summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-08-01 22:48:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-08-01 22:48:06 (GMT)
commit0e67fd478f04d8634ea1e196e6ade2c4394984ee (patch)
treea20493abf7d0acfe35d8466514de54ec71a76a2c /Misc
parent4ecd8cd046446a6ce0be4098e218f4d17c315d48 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 361a276..d142c3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.