diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-06-19 08:28:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-19 08:28:50 (GMT) |
commit | 698865dcbb302ae742b76be883822f1563764ff9 (patch) | |
tree | 28064c6e361c4e7af8e4ef3db85c82f64e3dbd67 /Misc | |
parent | cb970730e3ca2522e9b1700dcaf0a06b7e898db6 (diff) | |
download | cpython-698865dcbb302ae742b76be883822f1563764ff9.zip cpython-698865dcbb302ae742b76be883822f1563764ff9.tar.gz cpython-698865dcbb302ae742b76be883822f1563764ff9.tar.bz2 |
bpo-33843: Remove deprecated stuff in cgi module (GH-7662)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-06-12-18-59-16.bpo-33843.qVAK8g.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-06-12-18-59-16.bpo-33843.qVAK8g.rst b/Misc/NEWS.d/next/Library/2018-06-12-18-59-16.bpo-33843.qVAK8g.rst new file mode 100644 index 0000000..c79b251 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-06-12-18-59-16.bpo-33843.qVAK8g.rst @@ -0,0 +1 @@ +Remove deprecated ``cgi.escape``, ``cgi.parse_qs`` and ``cgi.parse_qsl``. |