summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-04-02 08:35:13 (GMT)
committerGitHub <noreply@github.com>2022-04-02 08:35:13 (GMT)
commit1be3260a90f16aae334d993aecf7b70426f98013 (patch)
tree965c64fd457364b1e303953bced685e76c334d5f /Makefile.pre.in
parent4ed8a9a589d2eee7442e0c9417515a707e504faa (diff)
downloadcpython-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.in1
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 \