]> granicus.if.org Git - python/commit
The message for the exception when time.strptime was passed something other
authorBrett Cannon <bcannon@gmail.com>
Tue, 31 Mar 2009 03:58:04 +0000 (03:58 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 31 Mar 2009 03:58:04 +0000 (03:58 +0000)
commit71095ea4ce1b8584d89047f2256b183d40cc9d35
tree028192d278feeead27a14c1423dd1967733e90e8
parent14f3ae2723e6b901906022bd34e012b27a27df07
The message for the exception when time.strptime was passed something other
than str did not output the type of the argument but the object itself.
Lib/_strptime.py