summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 09:52:22 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 09:52:22 (GMT)
commit64949fa20e4845e92a1d42f581a47b559a9acd25 (patch)
tree8db8e84c247d6a23bf88a5527e1d571676c9edf4 /Misc
parenta9417d7f0e570e3017c2c9917c65248595249221 (diff)
parentc502df4e3e00ec2481f1f0a80af37c9d822787b3 (diff)
downloadcpython-64949fa20e4845e92a1d42f581a47b559a9acd25.zip
cpython-64949fa20e4845e92a1d42f581a47b559a9acd25.tar.gz
cpython-64949fa20e4845e92a1d42f581a47b559a9acd25.tar.bz2
merge with 3.2
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 251651c..22f0abb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -234,6 +234,9 @@ Documentation
- Issue #6696: add documentation for the Profile objects, and improve
profile/cProfile docs. Patch by Tom Pinckney.
+- Issue #17915: Fix interoperability of xml.sax with file objects returned by
+ codecs.open().
+
Build
-----