]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47152: Convert the re module into a package (GH-32177)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 2 Apr 2022 08:35:13 +0000 (11:35 +0300)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 08:35:13 +0000 (11:35 +0300)
commit1be3260a90f16aae334d993aecf7b70426f98013
tree965c64fd457364b1e303953bced685e76c334d5f
parent4ed8a9a589d2eee7442e0c9417515a707e504faa
bpo-47152: Convert the re module into a package (GH-32177)

The sre_* modules are now deprecated.
16 files changed:
Doc/library/modulefinder.rst
Doc/library/profile.rst
Doc/whatsnew/3.11.rst
Lib/re/__init__.py [moved from Lib/re.py with 90% similarity]
Lib/re/_compiler.py [new file with mode: 0644]
Lib/re/_constants.py [new file with mode: 0644]
Lib/re/_parser.py [new file with mode: 0644]
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/test_pyclbr.py
Lib/test/test_re.py
Lib/test/test_site.py
Makefile.pre.in
Misc/NEWS.d/next/Library/2022-03-29-19-14-53.bpo-47152.5rl5ZK.rst [new file with mode: 0644]
Modules/sre_constants.h