summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-03-16 02:27:16 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-03-16 02:27:16 (GMT)
commitbbb8ade904ea8c9b26236228e6c7029df279a523 (patch)
treeea4d3f9afc81f8b156c92aad5b8b3c1eda52b6c9 /Misc
parent93f4d4c1d614be8a043af35a13b0ff50d551bc7a (diff)
downloadcpython-bbb8ade904ea8c9b26236228e6c7029df279a523.zip
cpython-bbb8ade904ea8c9b26236228e6c7029df279a523.tar.gz
cpython-bbb8ade904ea8c9b26236228e6c7029df279a523.tar.bz2
Issue #23631: Fix traceback.format_list when a traceback has been mutated.
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 f51a74b..13c4b3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and Builtins
Library
-------
+- Issue #23631: Fix traceback.format_list when a traceback has been mutated.
+
- Issue #23568: Add rdivmod support to MagicMock() objects.
Patch by Håkan Lövdahl.