Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Lib/cgi.py to PoorWSGI #22

Closed
ondratu opened this issue Feb 22, 2023 · 2 comments
Closed

Move Lib/cgi.py to PoorWSGI #22

ondratu opened this issue Feb 22, 2023 · 2 comments

Comments

@ondratu
Copy link
Contributor

ondratu commented Feb 22, 2023

Because lib/cgi.py is deprecated from Python 3.11, it is important to move some functionality to PoorWSGI.

This is good way, because PoorWSGI try to override cgi FormField, and some part of that functionality is in PoorWSGI yet.

For more information see: https://docs.python.org/3/library/cgi.html

@ondratu
Copy link
Contributor Author

ondratu commented Aug 26, 2024

Related issue is: #36

@ondratu
Copy link
Contributor Author

ondratu commented Oct 14, 2024

Done in bb2a77b

@ondratu ondratu closed this as completed Oct 14, 2024
@ondratu ondratu moved this from Done to Release in PoorHTTP Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Release
Development

No branches or pull requests

1 participant