[Python-checkins] python/dist/src/Misc NEWS,1.1259,1.1260

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Mar 3 17:45:21 CET 2005


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

Modified Files:
	NEWS 
Log Message:
SF bug #1155938: Missing None check for __init__().

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1259
retrieving revision 1.1260
diff -u -d -r1.1259 -r1.1260
--- NEWS	3 Mar 2005 11:45:34 -0000	1.1259
+++ NEWS	3 Mar 2005 16:45:16 -0000	1.1260
@@ -10,6 +10,9 @@
 Core and builtins
 -----------------
 
+- Bug #1155938: new style classes did not check that __init__() was
+  returning None.
+
 - Patch #802188: Report characters after line continuation character 
   ('\') with a specific error message.
 



More information about the Python-checkins mailing list