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 Mariatta
Recipients Mariatta, cheryl.sabella, docs@python
Date 2018-01-31.21:13:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517433218.71.0.467229070634.issue32735@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch!

I checked my presentation slides (where this example comes from).
It appeared that I meant it as %b, so the output should have been `Jan` instead of `January`.

But no strong preference, the idea is to demonstrate how to use the specifier, so %B works too.
History
Date User Action Args
2018-01-31 21:13:38Mariattasetrecipients: + Mariatta, docs@python, cheryl.sabella
2018-01-31 21:13:38Mariattasetmessageid: <1517433218.71.0.467229070634.issue32735@psf.upfronthosting.co.za>
2018-01-31 21:13:38Mariattalinkissue32735 messages
2018-01-31 21:13:38Mariattacreate