commit | 0e67fd478f04d8634ea1e196e6ade2c4394984ee | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Aug 01 22:48:06 2004 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Aug 01 22:48:06 2004 +0000 |
tree | a20493abf7d0acfe35d8466514de54ec71a76a2c | |
parent | 4ecd8cd046446a6ce0be4098e218f4d17c315d48 [diff] [blame] |
Fix SF #1001053, wave.open() with unicode filename fails Backport candidate.
diff --git a/Misc/NEWS b/Misc/NEWS index 361a276..d142c3d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Library ------- +- Bug #1001053. wave.open() now accepts unicode filenames. + - gzip.GzipFile has a new fileno() method, to retrieve the handle of the underlying file object (provided it has a fileno() method). This is needed if you want to use os.fsync() on a GzipFile.