[Python-checkins] python/dist/src/Misc NEWS,1.649,1.650

jvr@users.sourceforge.net jvr@users.sourceforge.net
Mon, 10 Feb 2003 02:06:23 -0800


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

Modified Files:
	NEWS 
Log Message:
mention unicode file name support on OSX

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.649
retrieving revision 1.650
diff -C2 -d -r1.649 -r1.650
*** NEWS	10 Feb 2003 09:57:08 -0000	1.649
--- NEWS	10 Feb 2003 10:06:18 -0000	1.650
***************
*** 1325,1328 ****
--- 1325,1332 ----
  - Mac/Relnotes is gone, the release notes are now here.
  
+ - Python (the OSX-only, unix-based version, not the OS9-compatible CFM
+   version) now fully supports unicode strings as arguments to various file
+   system calls, eg. open(), file(), os.stat() and os.listdir().
+ 
  - The current naming convention for Python on the Macintosh is that MacPython
    refers to the unix-based OSX-only version, and MacPython-OS9 refers to the