Merged revisions 80402 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r80402 | victor.stinner | 2010-04-23 12:56:17 +0200 (ven., 23 avril 2010) | 2 lines
Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 764e3a5..32def3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@
Library
-------
+- Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
+
- Issue #8496: make mailcap.lookup() always return a list, rather than an
iterator. Patch by Gregory Nofi.