diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-04-02 08:35:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 08:35:13 (GMT) |
commit | 1be3260a90f16aae334d993aecf7b70426f98013 (patch) | |
tree | 965c64fd457364b1e303953bced685e76c334d5f /Makefile.pre.in | |
parent | 4ed8a9a589d2eee7442e0c9417515a707e504faa (diff) | |
download | cpython-1be3260a90f16aae334d993aecf7b70426f98013.zip cpython-1be3260a90f16aae334d993aecf7b70426f98013.tar.gz cpython-1be3260a90f16aae334d993aecf7b70426f98013.tar.bz2 |
bpo-47152: Convert the re module into a package (GH-32177)
The sre_* modules are now deprecated.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 6dda71b..5318a41 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1862,6 +1862,7 @@ LIBSUBDIRS= asyncio \ logging \ multiprocessing multiprocessing/dummy \ pydoc_data \ + re \ site-packages \ sqlite3 \ tkinter \ |