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 vstinner
Recipients eric.araujo, ethan.furman, loewis, mikecmcleod, orsenthil, v+python, vstinner
Date 2021-11-18.15:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637249767.11.0.172520284173.issue10483@roundup.psfhosted.org>
In-reply-to
Content
I searched for open issues which contain "cgi" in their title. I found 43 open issues. The oldest is 101 months ago.

In 10 years, Lib/cgi.py got 43 commits. Only 13 commits in the last 5 years (since 2016-01-01).

It seems like the cgi module is not really maintained anymore. One option is to do nothing: I guess that the most basic features continue to work. Another option is to start deprecating all code related to CGI in the stdlib.

While CGI is not "commonly" used, it seems like it remains popular for specific usages. So I don't think that it's time to deprecate it :-)


> You can for sure make a pull request and see if a core dev will review and merge it

Yep, just do that ;-) So far, nobody proposed a PR to fix this issue.
History
Date User Action Args
2021-11-18 15:36:07vstinnersetrecipients: + vstinner, loewis, orsenthil, eric.araujo, v+python, ethan.furman, mikecmcleod
2021-11-18 15:36:07vstinnersetmessageid: <1637249767.11.0.172520284173.issue10483@roundup.psfhosted.org>
2021-11-18 15:36:07vstinnerlinkissue10483 messages
2021-11-18 15:36:06vstinnercreate