]> granicus.if.org Git - python/commit
Fix datetime_strptime following svnmerge from trunk; it was
authorMark Dickinson <dickinsm@gmail.com>
Sun, 16 Mar 2008 03:45:34 +0000 (03:45 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 16 Mar 2008 03:45:34 +0000 (03:45 +0000)
commitfc689ddc0d1eb7468dd2dfea71689af1ce05fe46
tree99603d48bbe73bf0549864cc9a017b39108e17f6
parent0eb6f69fc3d0e827118ed3b070fabbb79902fab2
Fix datetime_strptime following svnmerge from trunk;  it was
using the wrong format codes ('s' instead of 'u') in
PyObject_CallMethod.
Modules/datetimemodule.c