commit | 349fd5211196baa7331ae99b34b07595efbe071e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 23 10:56:17 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 23 10:56:17 2010 +0000 |
tree | 05137d02c0ed74552386a71ad45df3c94da659b0 | |
parent | 13daf12b47f628a77dbd174a43dc72ed32f00b5b [diff] [blame] |
Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
diff --git a/Misc/NEWS b/Misc/NEWS index d227973..3ccc011 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -329,6 +329,8 @@ 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.