[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.81, 1.1193.2.82

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


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Forward UnicodeDecodeError into SyntaxError for source encoding errors.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.81
retrieving revision 1.1193.2.82
diff -u -d -r1.1193.2.81 -r1.1193.2.82
--- NEWS	24 Aug 2005 07:38:36 -0000	1.1193.2.81
+++ NEWS	24 Aug 2005 08:39:46 -0000	1.1193.2.82
@@ -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