]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Deal with case of when locale time values has characters that can be mistaken
authorBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 23:09:40 +0000 (23:09 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 23:09:40 +0000 (23:09 +0000)
commitc82208eecbe97e1535be4b1c8c12a68d54d29bd5
tree58adf3b3d7acd66c6f457aa61976476b56426f88
parent4f65331483197a9909b19694688c55fdf9ca7a37
Deal with case of when locale time values has characters that can be mistaken
for regex syntax.
Fixes bug #883604 .
Lib/test/test_strftime.py