◐ Shell
reader mode source ↗
Skip to content

bpo-27485: Rename and deprecate undocumented functions in urllib.parse#2205

Merged
ambv merged 4 commits into
python:masterfrom
csabella:bpo27485
Apr 25, 2018
Merged

bpo-27485: Rename and deprecate undocumented functions in urllib.parse#2205
ambv merged 4 commits into
python:masterfrom
csabella:bpo27485

Conversation

@csabella

@csabella csabella commented Jun 14, 2017

Copy link
Copy Markdown
Contributor

The following functions were undocumented:
splitattr, splithost, splitnport, splitpasswd, splitport, splitquery, splittag, splittype, splituser, splitvalue, to_bytes, unwrap

A note in the 2.7 documentation for urllib stated that Python 3 does not expose these helper functions, but yet they were still available.

https://bugs.python.org/issue27485

@ambv

ambv commented Apr 18, 2018

Copy link
Copy Markdown
Contributor

Looks like this unfortunately didn't make it into 3.7. There's a conflict that would need to be solved and the deprecation messages would need to be renamed to mention "3.8".

@csabella csabella requested a review from a team as a code owner April 25, 2018 17:57
@csabella

Copy link
Copy Markdown
Contributor Author

@ambv Thank you for the review. I've rebased and updated the deprecation messages to reference 3.8 instead of 3.7.

@ambv ambv merged commit 0250de4 into python:master Apr 25, 2018
@ambv

ambv commented Apr 25, 2018

Copy link
Copy Markdown
Contributor

Thanks! ✨ 🍰 ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants