summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-10-08 18:02:40 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-10-08 18:02:40 (GMT)
commit94262ebc9c1249c1fdec771a48e9f666c37cfcde (patch)
tree5a2e32677494a1950edfa66ab67a186da867b5d6 /Misc
parent3a43dbfabf73c8b74ccbb5255fdd3a2842a045e2 (diff)
parent0ddbf4795f40d2d3386dc56ffa264b50a015f6c9 (diff)
downloadcpython-94262ebc9c1249c1fdec771a48e9f666c37cfcde.zip
cpython-94262ebc9c1249c1fdec771a48e9f666c37cfcde.tar.gz
cpython-94262ebc9c1249c1fdec771a48e9f666c37cfcde.tar.bz2
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Initial patch by Mark Shannon.
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 af359c1..08de202 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,9 @@ Core and Builtins
Library
-------
+- Issue #22462: Fix pyexpat's creation of a dummy frame to make it
+ appear in exception tracebacks.
+
- Issue #21965: Add support for in-memory SSL to the ssl module. Patch
by Geert Jansen.