[Python-checkins] [python/cpython] 6d336a: bpo-30285: Optimize case-insensitive matching and ...

GitHub noreply at github.com
Tue May 9 16:37:16 EDT 2017


  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 (Tue, 09 May 2017)

  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.




More information about the Python-checkins mailing list