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 benjamin.peterson
Recipients benjamin.peterson, cjw296
Date 2008-11-26.17:23:57
SpamBayes Score 8.157664e-05
Marked as misclassified No
Message-id <1227720298.62.0.146248172352.issue4442@psf.upfronthosting.co.za>
In-reply-to
Content
This is because datetime does all its initialization in __new__ instead
of __init__.
History
Date User Action Args
2008-11-26 17:24:58benjamin.petersonsetrecipients: + benjamin.peterson, cjw296
2008-11-26 17:24:58benjamin.petersonsetmessageid: <1227720298.62.0.146248172352.issue4442@psf.upfronthosting.co.za>
2008-11-26 17:23:58benjamin.petersonlinkissue4442 messages
2008-11-26 17:23:57benjamin.petersoncreate