diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 09:41:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 09:41:12 (GMT) |
commit | c502df4e3e00ec2481f1f0a80af37c9d822787b3 (patch) | |
tree | 71315fc75d9fa55815137fcbf93fd408bdec89ce /Misc | |
parent | 93b061bc3e1c9285ec1ce6405b85d3a1e072833f (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |