[New-bugs-announce] [issue13079] Wrong datetime format in PEP3101

ojab report at bugs.python.org
Fri Sep 30 19:51:59 CEST 2011


New submission from ojab <ojab at 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 at python
components: Documentation
messages: 144698
nosy: docs at python, ojab
priority: normal
severity: normal
status: open
title: Wrong datetime format in PEP3101
type: behavior
versions: 3rd party

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13079>
_______________________________________


More information about the New-bugs-announce mailing list