New submission from ojab <o...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13079>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to