]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_strptime.srptime() escaped parentheses in the format string properly.
authorBrett Cannon <bcannon@gmail.com>
Fri, 29 Aug 2003 02:34:22 +0000 (02:34 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 29 Aug 2003 02:34:22 +0000 (02:34 +0000)
commit3b47b812ca8aa9d0bf7f42e79948110d91023c3f
tree7eee17eb00ba37af952c1c67bda61d1ecd3ec065
parent60eaed1cdf4514421ed230ff07d9fa06b93416ff
_strptime.srptime() escaped parentheses in the format string properly.
Closes bug #796149 .
Lib/_strptime.py
Lib/test/test_strptime.py
Misc/NEWS