summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-01-18 04:12:16 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-01-18 04:12:16 (GMT)
commit613065b60d823efa6e2be0e0e53079a44305b6b2 (patch)
tree6fef298cbd4a496c6da7d871b1c0490781840c02
parent5ad53bfa7b80f3d683bf28d8c212a35078d1dfc8 (diff)
downloadcpython-613065b60d823efa6e2be0e0e53079a44305b6b2.zip
cpython-613065b60d823efa6e2be0e0e53079a44305b6b2.tar.gz
cpython-613065b60d823efa6e2be0e0e53079a44305b6b2.tar.bz2
Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.
-rw-r--r--Doc/whatsnew/3.6.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index f54cf12..0e15eda 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -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
=====================