Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-92611: Add details on replacements for cgi utility funcs (py…
…thonGH-92792) Per @brettcannon 's [suggestions on the Discourse thread](https://discuss.python.org/t/pep-594-take-2-removing-dead-batteries-from-the-standard-library/13508/51), discussed in pythonGH-92611 and as a followup to PR pythonGH-92612 , this PR add additional specific per-function replacement information for the utility functions in the `cgi` module deprecated by PEP 594 (PEP-594). @brettcannon , should this be backported (without the `deprecated-removed` , which I would update it accordingly and re-add in my other PR adding that to the others for 3.11+), or just go in 3.11+? (cherry picked from commit 71354ad) Co-authored-by: CAM Gerlach <[email protected]>
- Loading branch information