Skip to content

Commit

Permalink
Fixes #126 - Stop excluding wsgiref from standard library.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 25, 2021
1 parent 354fcd1 commit e90f144
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions patch/Python/release.common.exclude
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ Python/Resources/lib/python*/sqlite3/test
Python/Resources/lib/python*/test
# Remove compiled test and example modules.
Python/Resources/lib/python*/lib-dynload/*.so
# Remove wsgiref web app module; it's unusual that mobile apps would
# start a web app server with it.
Python/Resources/lib/python*/wsgiref
# Remove config-* directory, which is used for compiling C extension modules.
Python/Resources/lib/python*/config-*
# Remove ensurepip. If user code needs pip, it can add it to
Expand Down

0 comments on commit e90f144

Please sign in to comment.