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 eric.smith
Recipients belopolsky, brett.cannon, docs@python, eric.smith
Date 2010-06-06.21:29:44
SpamBayes Score 0.12314056
Marked as misclassified No
Message-id <1275859786.36.0.500939390115.issue8913@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately I think it's too late to do anything about this. I, for one, have many lines of code in production that use the strftime format specifier for datetime.__format__.

You only option would be to invent a new language that was somehow distinguishable from the strftime specifiers, but I doubt you'd get much support.

I think it's better to extend strftime, and let __format__ benefit from it.
History
Date User Action Args
2010-06-06 21:29:46eric.smithsetrecipients: + eric.smith, brett.cannon, belopolsky, docs@python
2010-06-06 21:29:46eric.smithsetmessageid: <1275859786.36.0.500939390115.issue8913@psf.upfronthosting.co.za>
2010-06-06 21:29:44eric.smithlinkissue8913 messages
2010-06-06 21:29:44eric.smithcreate