This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jugmac00
Recipients jugmac00, lufte
Date 2020-10-11.07:51:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602402660.67.0.164122145337.issue42004@roundup.psfhosted.org>
In-reply-to
Content
There is PEP 594 (draft), which - when accepted - will remove cgi.FieldStorage

https://www.python.org/dev/peps/pep-0594/

https://discuss.python.org/t/pep-594-removing-dead-batteries-from-the-standard-library/1704

This comes from an idea to relief the burden of maintenance for the maintainers.



Some off-topic comments...

cgi.FieldStorage has quite some unresolved issues, partially open for many years, although there are also some pull requests, waiting for review.

While cgi.FieldStorage is certainly a niche thing, it is used by Zope, by Plone, by webob... 

The latter even has a 250 line compat module to accomodate for current bugs ( https://github.com/Pylons/webob/blob/5c062aef9397b27915c5cc2ed2f202bff7494eca/src/webob/compat.py ).

If you, Javier, are also a fan of cgi.FieldStorage want to improve the situation with cgi.FieldStorage, maybe you could help reviewing the open issues and the open pull requests for cpython?
History
Date User Action Args
2020-10-11 07:51:00jugmac00setrecipients: + jugmac00, lufte
2020-10-11 07:51:00jugmac00setmessageid: <1602402660.67.0.164122145337.issue42004@roundup.psfhosted.org>
2020-10-11 07:51:00jugmac00linkissue42004 messages
2020-10-11 07:51:00jugmac00create