[Python-checkins] python/dist/src/Misc NEWS,1.1058,1.1059

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Aug 2 00:48:09 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14787/Misc

Modified Files:
	NEWS 
Log Message:
Fix SF #1001053, wave.open() with unicode filename fails

Backport candidate.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1058
retrieving revision 1.1059
diff -C2 -d -r1.1058 -r1.1059
*** NEWS	31 Jul 2004 16:16:11 -0000	1.1058
--- NEWS	1 Aug 2004 22:48:06 -0000	1.1059
***************
*** 47,50 ****
--- 47,52 ----
  -------
  
+ - 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



More information about the Python-checkins mailing list