Skip to content

Commit e90f144

Browse files
committed
Fixes beeware#126 - Stop excluding wsgiref from standard library.
1 parent 354fcd1 commit e90f144

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

patch/Python/release.common.exclude

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ Python/Resources/lib/python*/sqlite3/test
1919
Python/Resources/lib/python*/test
2020
# Remove compiled test and example modules.
2121
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
2522
# Remove config-* directory, which is used for compiling C extension modules.
2623
Python/Resources/lib/python*/config-*
2724
# Remove ensurepip. If user code needs pip, it can add it to

0 commit comments

Comments
 (0)