Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7186cc29be352bed6f1110873283d073fd0643e4 https://github.com/python/cpython/commit/7186cc29be352bed6f1110873283d073fd0643e4 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月05日 (2017年5月05日) Changed paths: M Lib/sre_compile.py M Lib/test/test_re.py M Modules/_sre.c M Modules/clinic/_sre.c.h Log Message: ----------- bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468)