]> granicus.if.org Git - python/commitdiff
mention unicode file name support on OSX
authorJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 10:06:18 +0000 (10:06 +0000)
committerJust van Rossum <just@letterror.com>
Mon, 10 Feb 2003 10:06:18 +0000 (10:06 +0000)
Misc/NEWS

index f0082fa82147cba94c1ee530088f88d83c2827a3..59ad277824c1558ea79143af5010f94f246637bc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1324,6 +1324,10 @@ Mac
 
 - 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
   CFM-based version that runs on both OS9 and OSX.