diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-05 09:46:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-05 09:46:48 (GMT) |
commit | a844f2d165fa7ee4ac1119b53105af5d350063d8 (patch) | |
tree | ba0a9afda2c37f80861b21a9a746d52b2818b757 /Misc | |
parent | 92e4dd865709f4a4be2b11453ef4de954b8d7b14 (diff) | |
download | cpython-a844f2d165fa7ee4ac1119b53105af5d350063d8.zip cpython-a844f2d165fa7ee4ac1119b53105af5d350063d8.tar.gz cpython-a844f2d165fa7ee4ac1119b53105af5d350063d8.tar.bz2 |
Document patch #594001.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ Type/class unification and new-style classes Core and builtins ----------------- +- Unicode file name processing for Windows (PEP 277) is implemented. + - Codec error handling callbacks (PEP 293) are implemented. Error handling in unicode.encode or str.decode can now be customized. |