]> granicus.if.org Git - python/commitdiff
Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 18 Jan 2016 04:12:16 +0000 (20:12 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 18 Jan 2016 04:12:16 +0000 (20:12 -0800)
Doc/whatsnew/3.6.rst

index f54cf12ca19b5527c2d937f0632bac19c0d2d75b..0e15edacc805326a24dcf014a277880ac04e4721 100644 (file)
@@ -227,6 +227,13 @@ API and Feature Removals
   :func:`inspect.getmodulename` should be used for obtaining the module
   name for a given path.
 
+* ``traceback.Ignore`` class and ``traceback.usage``, ``traceback.modname``,
+  ``traceback.fullmodname``, ``traceback.find_lines_from_code``,
+  ``traceback.find_lines``, ``traceback.find_strings``,
+  ``traceback.find_executable_lines`` methods were removed from the
+  :mod:`traceback` module. They were undocumented methods deprecated since
+  Python 3.2 and equivalent functionality is available from private methods.
+
 
 Porting to Python 3.6
 =====================