diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-01 22:48:06 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-01 22:48:06 (GMT) |
commit | 0e67fd478f04d8634ea1e196e6ade2c4394984ee (patch) | |
tree | a20493abf7d0acfe35d8466514de54ec71a76a2c /Misc | |
parent | 4ecd8cd046446a6ce0be4098e218f4d17c315d48 (diff) | |
download | cpython-0e67fd478f04d8634ea1e196e6ade2c4394984ee.zip cpython-0e67fd478f04d8634ea1e196e6ade2c4394984ee.tar.gz cpython-0e67fd478f04d8634ea1e196e6ade2c4394984ee.tar.bz2 |
Fix SF #1001053, wave.open() with unicode filename fails
Backport candidate.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ Extension modules 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. |