[issue25048] %e Directive Missing in Datetime Documentation

2015-09-09 Thread Marc Bouvier

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



[issue25048] %e Directive Missing in Datetime Documentation

2015-09-09 Thread Marc Bouvier

Marc Bouvier added the comment:

Sorry, the documentation page I am looking at is 
https://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior 
and 
https://docs.python.org/3/library/datetime.html#strftime-and-strptime-behavior.

--

___
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