[Python-checkins] [python/cpython] fdbd01: bpo-10076: Compiled regular expression and match o...

GitHub noreply at github.com
Sun Apr 16 03:16:04 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: fdbd01151dbd5feea3e4c0316d102db3d2a2a412
      https://github.com/python/cpython/commit/fdbd01151dbd5feea3e4c0316d102db3d2a2a412
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
    M Doc/library/re.rst
    M Lib/test/test_re.py
    M Misc/NEWS
    M Modules/_sre.c
    M Modules/clinic/_sre.c.h

  Log Message:
  -----------
  bpo-10076: Compiled regular expression and match objects now are copyable. (#1000)




More information about the Python-checkins mailing list