cpython
cpython copied to clipboard
gh-95413: remove references to deprecated CGI library
Remove references to CGI library because it has deprecated since version 3.11 and will be removed in version 3.13
https://docs.python.org/3.12/library/cgi.html
- Issue: gh-95413