diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mkstdlibs.py | 2 |
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__"]: |
