diff options
author | Just van Rossum <just@letterror.com> | 2003-02-10 10:06:18 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2003-02-10 10:06:18 (GMT) |
commit | e1ebd80b044e012ddfd5a008aa1a2ee51e0c085d (patch) | |
tree | 11cc8a88c0f8fc3545d0faa9b3058a1e8a01adc0 /Misc | |
parent | 73ffb4aa4e9bb5b31ddd4aebc335e708b3b6de10 (diff) | |
download | cpython-e1ebd80b044e012ddfd5a008aa1a2ee51e0c085d.zip cpython-e1ebd80b044e012ddfd5a008aa1a2ee51e0c085d.tar.gz cpython-e1ebd80b044e012ddfd5a008aa1a2ee51e0c085d.tar.bz2 |
mention unicode file name support on OSX
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |