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
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