We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Related issue is: #36
Sorry, something went wrong.
Done in bb2a77b
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: