[Python-checkins] cpython: Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.

senthil.kumaran python-checkins at python.org
Sun Jan 17 23:12:22 EST 2016


https://hg.python.org/cpython/rev/715d8a739f3b
changeset:   99954:715d8a739f3b
parent:      99952:18ae23b69e08
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Jan 17 20:12:16 2016 -0800
summary:
  Issue26069 - Update whatsnew/3.6.rst on traceback module's api removals.

files:
  Doc/whatsnew/3.6.rst |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -227,6 +227,13 @@
   :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
 =====================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list