[Python-checkins] python/dist/src/Misc NEWS,1.475,1.476

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Mon, 02 Sep 2002 06:14:33 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv19683/Misc

Modified Files:
	NEWS 
Log Message:
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.475
retrieving revision 1.476
diff -C2 -d -r1.475 -r1.476
*** NEWS	19 Aug 2002 21:43:18 -0000	1.475
--- NEWS	2 Sep 2002 13:14:31 -0000	1.476
***************
*** 58,61 ****
--- 58,64 ----
  Core and builtins
  
+ - Codec error handling callbacks (PEP 293) are implemented.
+   Error handling in unicode.encode or str.decode can now be customized.
+ 
  - A subtle change to the semantics of the built-in function intern():
    interned strings are no longer immortal.  You must keep a reference