[Python-checkins] python/dist/src/Misc NEWS,1.1345,1.1346

loewis@users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 24 10:39:34 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3014/Misc

Modified Files:
	NEWS 
Log Message:
Forward UnicodeDecodeError into SyntaxError for source encoding errors.
Will backport to 2.4.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1345
retrieving revision 1.1346
diff -u -d -r1.1345 -r1.1346
--- NEWS	24 Aug 2005 07:38:12 -0000	1.1345
+++ NEWS	24 Aug 2005 08:39:24 -0000	1.1346
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Forward UnicodeDecodeError into SyntaxError for source encoding errors.
+
 - SF bug #900092: When tracing (e.g. for hotshot), restore 'return' events for
   exceptions that cause a function to exit.
 



More information about the Python-checkins mailing list