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 daniel.urban
Recipients cjw296, daniel.urban, eric.araujo, ncoghlan
Date 2013-02-14.19:26:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360869993.07.0.851231438144.issue17179@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is a bug:

>>> from datetime import datetime
>>> class tdatetime(datetime, foo='bar'):
...     pass
... 
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: type() takes 1 or 3 arguments
>>>
History
Date User Action Args
2013-02-14 19:26:33daniel.urbansetrecipients: + daniel.urban, ncoghlan, cjw296, eric.araujo
2013-02-14 19:26:33daniel.urbansetmessageid: <1360869993.07.0.851231438144.issue17179@psf.upfronthosting.co.za>
2013-02-14 19:26:33daniel.urbanlinkissue17179 messages
2013-02-14 19:26:32daniel.urbancreate