]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 May 2017 07:42:46 +0000 (10:42 +0300)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 07:42:46 +0000 (10:42 +0300)
commit7186cc29be352bed6f1110873283d073fd0643e4
tree62b9aa53a22754f7e95cbde603643b8d33df6d07
parent76a3e51a403bc84ed536921866c86dd7d07aaa7e
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468)
Lib/sre_compile.py
Lib/test/test_re.py
Modules/_sre.c
Modules/clinic/_sre.c.h