Skip to content

Commit 613065b

Browse files
committed
Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.
1 parent 5ad53bf commit 613065b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/whatsnew/3.6.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ API and Feature Removals
227227
:func:`inspect.getmodulename` should be used for obtaining the module
228228
name for a given path.
229229

230+
* ``traceback.Ignore`` class and ``traceback.usage``, ``traceback.modname``,
231+
``traceback.fullmodname``, ``traceback.find_lines_from_code``,
232+
``traceback.find_lines``, ``traceback.find_strings``,
233+
``traceback.find_executable_lines`` methods were removed from the
234+
:mod:`traceback` module. They were undocumented methods deprecated since
235+
Python 3.2 and equivalent functionality is available from private methods.
236+
230237

231238
Porting to Python 3.6
232239
=====================

0 commit comments

Comments
 (0)