]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Raise a ValueError when there is data that was not covered in the format string....
authorBrett Cannon <bcannon@gmail.com>
Mon, 28 Apr 2003 21:30:13 +0000 (21:30 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 28 Apr 2003 21:30:13 +0000 (21:30 +0000)
commit2b6dfec1cccee1d9aa91d986cebcaa5d651438c7
treef951ba26284e546c16d791a33507165a87194927
parenta390c6e194a7a7787aa0dfee0ac6628e542add54
Raise a ValueError when there is data that was not covered in the format string.  Done to match behavior of pre-existing C-based strptime implementations.
Lib/_strptime.py
Lib/test/test_strptime.py