commit | a844f2d165fa7ee4ac1119b53105af5d350063d8 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Oct 05 09:46:48 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Oct 05 09:46:48 2002 +0000 |
tree | ba0a9afda2c37f80861b21a9a746d52b2818b757 | |
parent | 92e4dd865709f4a4be2b11453ef4de954b8d7b14 [diff] [blame] |
Document patch #594001.
diff --git a/Misc/NEWS b/Misc/NEWS index da2c81c..dbd718b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,8 @@ 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.