summaryrefslogtreecommitdiff
path: root/scripts/mkstdlibs.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkstdlibs.py')
-rwxr-xr-xscripts/mkstdlibs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkstdlibs.py b/scripts/mkstdlibs.py
index cf523798..ee08ba1d 100755
--- a/scripts/mkstdlibs.py
+++ b/scripts/mkstdlibs.py
@@ -31,7 +31,7 @@ for version_info in VERSIONS:
invdata = fetch_inventory(FakeApp(), "", url)
# Any modules we want to enforce across Python versions stdlib can be included in set init
- modules = {"_ast", "posixpath", "ntpath", "sre_constants", "sre_parse", "sre_compile", "sre"}
+ modules = {"posixpath", "ntpath", "sre_constants", "sre_parse", "sre_compile", "sre"}
for module in invdata["py:module"]:
root, *_ = module.split(".")
if root not in ["__future__", "__main__"]: