[Python-checkins] python/dist/src/Misc NEWS,1.1251,1.1252

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 10:24:46 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Clear internal call error in 'L' format. Fixes #723201.
Backported to 2.4.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1251
retrieving revision 1.1252
diff -u -d -r1.1251 -r1.1252
--- NEWS	3 Mar 2005 08:35:22 -0000	1.1251
+++ NEWS	3 Mar 2005 09:24:38 -0000	1.1252
@@ -10,6 +10,8 @@
 Core and builtins
 -----------------
 
+- Bug #723201: Raise a TypeError for passing bad objects to 'L' format.
+
 - Bug #1124295: the __name__ attribute of file objects was
   inadvertently made inaccessible in restricted mode.
 



More information about the Python-checkins mailing list