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

loewis@users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 24 09:38:46 CEST 2005


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Return complete lines from codec stream readers
even if there is an exception in later lines, resulting in
correct line numbers for decoding errors in source code. Fixes #1178484.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.80
retrieving revision 1.1193.2.81
diff -u -d -r1.1193.2.80 -r1.1193.2.81
--- NEWS	24 Aug 2005 07:36:21 -0000	1.1193.2.80
+++ NEWS	24 Aug 2005 07:38:36 -0000	1.1193.2.81
@@ -66,6 +66,10 @@
 Library
 -------
 
+- Bug #1178484: Return complete lines from codec stream readers
+  even if there is an exception in later lines, resulting in
+  correct line numbers for decoding errors in source code. 
+
 - Bug #1266283: "lexists" is now in os.path.__all__.
 
 - The sets module can now properly compute s-=s and s^=s as an empty set.



More information about the Python-checkins mailing list