summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 10:56:17 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-23 10:56:17 (GMT)
commit349fd5211196baa7331ae99b34b07595efbe071e (patch)
tree05137d02c0ed74552386a71ad45df3c94da659b0 /Misc
parent13daf12b47f628a77dbd174a43dc72ed32f00b5b (diff)
downloadcpython-349fd5211196baa7331ae99b34b07595efbe071e.zip
cpython-349fd5211196baa7331ae99b34b07595efbe071e.tar.gz
cpython-349fd5211196baa7331ae99b34b07595efbe071e.tar.bz2
Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d227973..3ccc011 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -329,6 +329,8 @@ C-API
Library
-------
+- Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
+
- Issue #8451: Syslog module now uses basename(sys.argv[0]) instead of
the string "python" as the *ident*. openlog() arguments are all optional
and keywords.