[issue7413] datetime.datetime.isoformat truncation problem

Amaury Forgeot d'Arc report at bugs.python.org
Tue Dec 29 23:41:46 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Fixed with r77122 (trunk) and r77125 (release26-maint).

py3k uses PyUnicode_FromFormat directly and does not have this problem.
I merged the test there nonetheless.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list