summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-04-28 23:25:07 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-04-28 23:25:07 (GMT)
commitb1e58440f87f921bd51396f4e9a4b18dcd2def6b (patch)
tree1a2bc9fbf06db1f5df349b53251ddc79dedafb47 /Misc
parenta171979a19b46194f2926522073622d64d7a8fc6 (diff)
parent9681022f1ee5c6c9160c515b24d2a3d1efe8b90d (diff)
downloadcpython-b1e58440f87f921bd51396f4e9a4b18dcd2def6b.zip
cpython-b1e58440f87f921bd51396f4e9a4b18dcd2def6b.tar.gz
cpython-b1e58440f87f921bd51396f4e9a4b18dcd2def6b.tar.bz2
Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4539f4d..c711571 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #9815: assertRaises now tries to clear references to local variables
+ in the exception's traceback.
+
- Issue #19940: ssl.cert_time_to_seconds() now interprets the given time
string in the UTC timezone (as specified in RFC 5280), not the local
timezone.