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.

classification
Title: Remove deprecated stuff in cgi module
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: methane
Priority: normal Keywords: patch

Created on 2018-06-12 09:56 by methane, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7662 merged methane, 2018-06-12 10:00
Messages (2)
msg319372 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2018-06-12 09:56
ref:

* cgi.escape is deprecated since 3.3. 67317750aff37489fd3fa279413ef20450e7c808
* parse_qs and parse_qsl are deprecated since 2008, before 3.0 https://github.com/python/cpython/commit/c469d4c3aa0a66579d1927f0e5d9630b3ea4024f
msg319938 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2018-06-19 08:28
New changeset 698865dcbb302ae742b76be883822f1563764ff9 by INADA Naoki in branch 'master':
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
https://github.com/python/cpython/commit/698865dcbb302ae742b76be883822f1563764ff9
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78024
2018-06-19 08:29:05methanesetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-06-19 08:28:54methanesetmessages: + msg319938
2018-06-12 10:00:26methanesetkeywords: + patch
stage: patch review
pull_requests: + pull_request7277
2018-06-12 09:56:46methanecreate