]> granicus.if.org Git - python/commit
Make sure parentheses are escaped when used in the format string.
authorBrett Cannon <bcannon@gmail.com>
Fri, 29 Aug 2003 02:28:54 +0000 (02:28 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 29 Aug 2003 02:28:54 +0000 (02:28 +0000)
commit953c6f508b43bd7d4532aeb4644829122f80ae2a
tree05244772d60f8e4318ed78edc730199455d2f83c
parent6676f6edc11bd3e3e1559a76aab22c6af6faf14e
Make sure parentheses are escaped when used in the format string.
Closes bug #796149 .  Will be backported.
Lib/_strptime.py
Lib/test/test_strptime.py