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@python
components: Documentation
messages: 250335
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25048>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to