Sept. 30, 2011
5:51 p.m.
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> _______________________________________