[New-bugs-announce] [issue25048] %e Directive Missing in Datetime Documentation

Marc Bouvier report at bugs.python.org
Wed Sep 9 23:35:00 CEST 2015


New submission from Marc Bouvier:

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)

----------
assignee: docs at python
components: Documentation
messages: 250335
nosy: docs at python, marcrbouvier
priority: normal
severity: normal
status: open
title: %e Directive Missing in Datetime Documentation
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25048>
_______________________________________


More information about the New-bugs-announce mailing list