diff options
author | Cheryl 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) |
commit | 0250de48199552cdaed5a4fe44b3f9cdb5325363 (patch) | |
tree | 1b990f6f694f6d61793484c84a16134f2d6f4216 /Misc | |
parent | 57faf348872d1d0af1808c82f535cf220d64b028 (diff) | |
download | cpython-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.rst | 1 |
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`. |