]> granicus.if.org Git - python/commit
bpo-30397: Add re.Pattern and re.Match. (#1646)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Oct 2017 17:09:49 +0000 (20:09 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2017 17:09:49 +0000 (20:09 +0300)
commit0b5e61ddca73ad4fe597fb15065115b0285c8849
tree67819288e77e0c1835ab7e04af83f741e77cfea8
parent8d5a3aad2f805dc0ea40829b751f58aa6c75305d
bpo-30397: Add re.Pattern and re.Match. (#1646)
13 files changed:
Doc/howto/regex.rst
Doc/library/fnmatch.rst
Doc/library/re.rst
Lib/idlelib/idle_test/test_calltips.py
Lib/re.py
Lib/sre_constants.py
Lib/telnetlib.py
Lib/test/test_optparse.py
Lib/test/test_re.py
Lib/unittest/case.py
Misc/NEWS.d/next/Library/2017-10-03-22-45-50.bpo-30397.e4F7Kr.rst [new file with mode: 0644]
Modules/_sre.c
Modules/clinic/_sre.c.h