]> granicus.if.org Git - python/commit
bpo-31672: Restore the former behavior when override flags in Template. (#5099)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Jan 2018 17:20:11 +0000 (19:20 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2018 17:20:11 +0000 (19:20 +0200)
commit87be28f4a1c5b76926c71a3d9f92503f9eb82d51
treed11b0f8de8a5b788e52d8fa2b08646e76e2093bf
parent78e24d4415c37e9e9951920bc31e9ee4868d86cb
bpo-31672: Restore the former behavior when override flags in Template. (#5099)

Overriding flags to 0 will make the default pattern matching only
lower case letters.
Doc/library/string.rst
Lib/string.py
Lib/test/test_string.py