diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-08 18:02:40 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-08 18:02:40 (GMT) |
commit | 94262ebc9c1249c1fdec771a48e9f666c37cfcde (patch) | |
tree | 5a2e32677494a1950edfa66ab67a186da867b5d6 /Misc | |
parent | 3a43dbfabf73c8b74ccbb5255fdd3a2842a045e2 (diff) | |
parent | 0ddbf4795f40d2d3386dc56ffa264b50a015f6c9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |