[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.23, 1.1193.2.24

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


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Clear internal call error in 'L' format. Fixes #723201.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.23
retrieving revision 1.1193.2.24
diff -u -d -r1.1193.2.23 -r1.1193.2.24
--- NEWS	1 Mar 2005 08:09:57 -0000	1.1193.2.23
+++ NEWS	3 Mar 2005 09:24:04 -0000	1.1193.2.24
@@ -12,6 +12,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