On Friday 04 March 2005 03:56, [EMAIL PROTECTED] wrote: > 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__().
Won't this break working (but erroneous) code? If so, should it be applied to the 2.4 branch? >>> class f(object): ... def __init__(self): ... self.a = 1 ... return True ... >>> >>> a=f() >>> -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com