[issue12006] strptime should implement %V or %u directive from libc

Alexander Belopolsky report at bugs.python.org
Thu May 26 16:21:59 CEST 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

On Thu, May 26, 2011 at 9:44 AM, R. David Murray <report at bugs.python.org> wrote:
..
> Documentation is in the Doc subdirectory of a checkout, and is in the form of *.rst files.  Modify the appropriate .rst file,

More specifically, strftime/strptime directives are listed in a table
inside the the Doc/library/datetime.rst file.  Note that the narrative
before the table says that only C89 standard codes are listed and I
don't think %V and %u are standard.  Check if there is an applicable
standard for them - C99 and POSIX define more codes that C89.

----------

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


More information about the Python-bugs-list mailing list