summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-03-05 07:28:52 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-03-05 07:28:52 (GMT)
commitd7c7e0ef69e0aacc24d34388dd68927f7f7ee1f3 (patch)
treeebb63d731b8e9d84d4285b59b4e970cf509e9eea /Misc
parent2856332f5efa28c2abf9805cfdfdbf10b733b231 (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e9a85d..9982079 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.