This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients brett.cannon, larry, ncoghlan, yselivanov
Date 2014-01-19.22:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390172271.38.0.930514520364.issue20308@psf.upfronthosting.co.za>
In-reply-to
Content
If we need a special case for user classes without __new__ or __init__, then do that.  But I wouldn't say we should special case object.__new__ and object.__init__.
History
Date User Action Args
2014-01-19 22:57:51larrysetrecipients: + larry, brett.cannon, ncoghlan, yselivanov
2014-01-19 22:57:51larrysetmessageid: <1390172271.38.0.930514520364.issue20308@psf.upfronthosting.co.za>
2014-01-19 22:57:51larrylinkissue20308 messages
2014-01-19 22:57:51larrycreate