Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6d336a027913327fc042b0d758a16724fea27b9c https://github.com/python/cpython/commit/6d336a027913327fc042b0d758a16724fea27b9c Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年05月09日 (2017年5月09日) Changed paths: M Doc/whatsnew/3.7.rst M Lib/sre_compile.py M Lib/test/test_re.py M Misc/NEWS M Modules/_sre.c M Modules/clinic/_sre.c.h Log Message: ----------- bpo-30285: Optimize case-insensitive matching and searching (#1482) of regular expressions.