]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(issue 7413 does not concern py3k, I merge the test nonetheless)
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 29 Dec 2009 22:24:40 +0000 (22:24 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 29 Dec 2009 22:24:40 +0000 (22:24 +0000)
commitca5f1a716e386d600d58456afcd23f788b241c7f
tree5514f62337c2e0104982d59b49788f613317a985
parentfbd1b2203deecbeef7be5b8e2e1221af1964f106
(issue 7413 does not concern py3k, I merge the test nonetheless)

Merged revisions 77122 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77122 | amaury.forgeotdarc | 2009-12-29 23:03:38 +0100 (mar., 29 déc. 2009) | 3 lines

  #7413: Passing '\0' as the separator to datetime.datetime.isoformat()
  used to drop the time part of the result.
........
Lib/test/test_datetime.py