Mailing List Archive

python/dist/src/Misc NEWS,1.492,1.493
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv19723/Misc

Modified Files:
NEWS
Log Message:
Document patch #594001.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.492
retrieving revision 1.493
diff -C2 -d -r1.492 -r1.493
*** NEWS 4 Oct 2002 11:55:21 -0000 1.492
--- NEWS 5 Oct 2002 09:46:48 -0000 1.493
***************
*** 67,70 ****
--- 67,72 ----
-----------------

+ - 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.