[Python-checkins] python/dist/src/Misc NEWS,1.678,1.679

jvr@users.sourceforge.net jvr@users.sourceforge.net
Tue, 25 Feb 2003 13:42:18 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv16063/Misc

Modified Files:
	NEWS 
Log Message:
Patch #683592: unicode support for os.listdir()
os.listdir() may now return unicode strings on platforms that set
Py_FileSystemDefaultEncoding.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.678
retrieving revision 1.679
diff -C2 -d -r1.678 -r1.679
*** NEWS	25 Feb 2003 17:46:20 -0000	1.678
--- NEWS	25 Feb 2003 21:41:59 -0000	1.679
***************
*** 26,30 ****
  -------
  
! TBD
  
  Tools/Demos
--- 26,34 ----
  -------
  
! - os.listdir() now returns Unicode strings on platforms that set
!   Py_FileSystemDefaultEncoding, for file names that are not representable
!   in ASCII.  (This currently only affects MacOS X; on Windows versions
!   with wide file name support os.listdir() already returned Unicode
!   strings.)
  
  Tools/Demos
***************
*** 61,64 ****
--- 65,71 ----
  Mac
  ---
+ 
+ - os.listdir() now may return Unicode strings on MacOS X. See the general
+   news item under "Library".
  
  - A new method MacOS.WMAvailable() returns true if it is safe to access