From: Just van Rossum Date: Mon, 10 Feb 2003 10:06:18 +0000 (+0000) Subject: mention unicode file name support on OSX X-Git-Tag: v2.3c1~1944 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1ebd80b044e012ddfd5a008aa1a2ee51e0c085d;p=python mention unicode file name support on OSX --- diff --git a/Misc/NEWS b/Misc/NEWS index f0082fa821..59ad277824 100644 --- 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.