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 belopolsky
Recipients belopolsky, techtonik
Date 2010-06-08.18:07:55
SpamBayes Score 0.010526417
Marked as misclassified No
Message-id <1276020477.54.0.488524033701.issue8903@psf.upfronthosting.co.za>
In-reply-to
Content
Note that it is important to keep class methods because in some cases it is convenient to obtain now/today from datetime/date instances instead of importing them from the module.  So deprecating class methods is not an option and adding module level functions that are equivalent to existing class methods is not TOOWTDI.
History
Date User Action Args
2010-06-08 18:07:57belopolskysetrecipients: + belopolsky, techtonik
2010-06-08 18:07:57belopolskysetmessageid: <1276020477.54.0.488524033701.issue8903@psf.upfronthosting.co.za>
2010-06-08 18:07:56belopolskylinkissue8903 messages
2010-06-08 18:07:56belopolskycreate