diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-23 10:56:17 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-04-23 10:56:17 (GMT) |
commit | 349fd5211196baa7331ae99b34b07595efbe071e (patch) | |
tree | 05137d02c0ed74552386a71ad45df3c94da659b0 /Misc | |
parent | 13daf12b47f628a77dbd174a43dc72ed32f00b5b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |