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 marcrbouvier
Recipients docs@python, marcrbouvier
Date 2015-09-09.21:35:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441834500.22.0.00847516918827.issue25048@psf.upfronthosting.co.za>
In-reply-to
Content
The %e directive is missing in the Datetime documentation. I have tried this directive in 2.6.6, 2.7.2, and 2.7.10 using datetime.datetime.strftime(datetime.datetime.now(), '%A, %B %e, %Y') and it works in all cases.

The below documentation line is pulled from, http://linux.die.net/man/3/strftime. The behavior is the same.

%e

Like %d, the day of the month as a decimal number, but a leading zero is replaced by a space. (SU)
History
Date User Action Args
2015-09-09 21:35:00marcrbouviersetrecipients: + marcrbouvier, docs@python
2015-09-09 21:35:00marcrbouviersetmessageid: <1441834500.22.0.00847516918827.issue25048@psf.upfronthosting.co.za>
2015-09-09 21:35:00marcrbouvierlinkissue25048 messages
2015-09-09 21:35:00marcrbouviercreate