summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 09:41:12 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 09:41:12 (GMT)
commitc502df4e3e00ec2481f1f0a80af37c9d822787b3 (patch)
tree71315fc75d9fa55815137fcbf93fd408bdec89ce /Misc
parent93b061bc3e1c9285ec1ce6405b85d3a1e072833f (diff)
downloadcpython-c502df4e3e00ec2481f1f0a80af37c9d822787b3.zip
cpython-c502df4e3e00ec2481f1f0a80af37c9d822787b3.tar.gz
cpython-c502df4e3e00ec2481f1f0a80af37c9d822787b3.tar.bz2
Issue #17915: Fix interoperability of xml.sax with file objects returned by
codecs.open().
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 7662a43..7308e72 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Library
- Issue #1159051: Back out a fix for handling corrupted gzip files that
broke backwards compatibility.
+- Issue #17915: Fix interoperability of xml.sax with file objects returned by
+ codecs.open().
+
Build
-----