diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-03-05 07:28:52 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-03-05 07:28:52 (GMT) |
commit | d7c7e0ef69e0aacc24d34388dd68927f7f7ee1f3 (patch) | |
tree | ebb63d731b8e9d84d4285b59b4e970cf509e9eea /Misc/NEWS | |
parent | 2856332f5efa28c2abf9805cfdfdbf10b733b231 (diff) | |
download | cpython-d7c7e0ef69e0aacc24d34388dd68927f7f7ee1f3.zip cpython-d7c7e0ef69e0aacc24d34388dd68927f7f7ee1f3.tar.gz cpython-d7c7e0ef69e0aacc24d34388dd68927f7f7ee1f3.tar.bz2 |
Issue #22936: Make it possible to show local variables in tracebacks.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ Library - Issue #21619: Popen objects no longer leave a zombie after exit in the with statement if the pipe was broken. Patch by Martin Panter. +- Issue #22936: Make it possible to show local variables in tracebacks. + - Issue #15955: Add an option to limit the output size in bz2.decompress(). Patch by Nikolaus Rath. |