We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad53bf commit 613065bCopy full SHA for 613065b
Doc/whatsnew/3.6.rst
@@ -227,6 +227,13 @@ API and Feature Removals
227
:func:`inspect.getmodulename` should be used for obtaining the module
228
name for a given path.
229
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
+
237
238
Porting to Python 3.6
239
=====================
0 commit comments