We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354fcd1 commit e90f144Copy full SHA for e90f144
patch/Python/release.common.exclude
@@ -19,9 +19,6 @@ Python/Resources/lib/python*/sqlite3/test
19
Python/Resources/lib/python*/test
20
# Remove compiled test and example modules.
21
Python/Resources/lib/python*/lib-dynload/*.so
22
-# Remove wsgiref web app module; it's unusual that mobile apps would
23
-# start a web app server with it.
24
-Python/Resources/lib/python*/wsgiref
25
# Remove config-* directory, which is used for compiling C extension modules.
26
Python/Resources/lib/python*/config-*
27
# Remove ensurepip. If user code needs pip, it can add it to
0 commit comments