[issue13079] Wrong datetime format in PEP3101
New submission from ojab <ojab@ojab.ru>: Example in pep3101 is "Today is: {0:a b d H:M:S Y}".format(datetime.now()) but it should be "Today is: {0:%a %b %d %H:%M:%S %Y}".format(datetime.now()) ---------- assignee: docs@python components: Documentation messages: 144698 nosy: docs@python, ojab priority: normal severity: normal status: open title: Wrong datetime format in PEP3101 type: behavior versions: 3rd party _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13079> _______________________________________
Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- nosy: +eric.smith, ezio.melotti _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13079> _______________________________________
Eric V. Smith <eric@trueblade.com> added the comment: Thanks for the report. Fixed in 9a9bd05b9fca. ---------- resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13079> _______________________________________
participants (3)
-
Eric V. Smith -
Ezio Melotti -
ojab