[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.27,
1.1193.2.28
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Thu Mar 3 17:56:23 CET 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6024/Misc
Modified Files:
Tag: release24-maint
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.1193.2.27
retrieving revision 1.1193.2.28
diff -u -d -r1.1193.2.27 -r1.1193.2.28
--- NEWS 3 Mar 2005 10:55:57 -0000 1.1193.2.27
+++ NEWS 3 Mar 2005 16:55:47 -0000 1.1193.2.28
@@ -12,6 +12,9 @@
Core and builtins
-----------------
+- Bug #1155938: new style classes did not verify that __init__()
+ returns None.
+
- Bug #723201: Raise a TypeError for passing bad objects to 'L' format.
- Bug #1124295: the __name__ attribute of file objects was
More information about the Python-checkins
mailing list