summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-04-25 23:51:54 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2018-04-25 23:51:54 (GMT)
commit0250de48199552cdaed5a4fe44b3f9cdb5325363 (patch)
tree1b990f6f694f6d61793484c84a16134f2d6f4216 /Misc
parent57faf348872d1d0af1808c82f535cf220d64b028 (diff)
downloadcpython-0250de48199552cdaed5a4fe44b3f9cdb5325363.zip
cpython-0250de48199552cdaed5a4fe44b3f9cdb5325363.tar.gz
cpython-0250de48199552cdaed5a4fe44b3f9cdb5325363.tar.bz2
bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-25-14-05-21.bpo-27485.nclVSU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-25-14-05-21.bpo-27485.nclVSU.rst b/Misc/NEWS.d/next/Library/2018-04-25-14-05-21.bpo-27485.nclVSU.rst
new file mode 100644
index 0000000..8962d82
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-25-14-05-21.bpo-27485.nclVSU.rst
@@ -0,0 +1 @@
+Rename and deprecate undocumented functions in :func:`urllib.parse`.