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 JordanS, eric.smith, r.david.murray
Date 2010-01-26.19:57:08
SpamBayes Score 1.0047321e-05
Marked as misclassified No
Message-id <1264535830.27.0.61987362571.issue7789@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is documented (that I can find, at least), so I'll assign it to Georg.

I think the correct thing to do is something like this, in the datetime, date, and time object descriptions:

date.__format__(fmt)
    For a date d, format(d, fmt) is equivalent to d.strftime(fmt).

Ditto for date.__format__. But maybe there's a better, more obvious place to document this.
History
Date User Action Args
2010-01-26 19:57:10eric.smithsetrecipients: + eric.smith, r.david.murray, JordanS
2010-01-26 19:57:10eric.smithsetmessageid: <1264535830.27.0.61987362571.issue7789@psf.upfronthosting.co.za>
2010-01-26 19:57:09eric.smithlinkissue7789 messages
2010-01-26 19:57:08eric.smithcreate