…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 <CAM.Gerlach@Gerlach.CAM>
Per @brettcannon 's suggestions on the Discourse thread, discussed in GH-92611 and as a followup to PR GH-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 CAM.Gerlach@Gerlach.CAM
Automerge-Triggered-By: GH:brettcannon