-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relocate cgi.parse_qs() into urlparse #37091
Comments
The location of the url-handling functions are The urlparse.urlparse() function splits an url into its It would be nice to have cgi.parse_qs() and See: http://mail.python.org/pipermail/tutor/2002-August/016823.html for more information. Thanks! |
Logged In: YES This is a problem. Should a wrapper in urlparse for cgi.parse_qs but created |
I know that Senthil has been working on consolidating url related |
parse_qs and parse_qsl moved to urlparse with this patch. |
The patch is not applying cleanly. BTW, urlparse has been renamed to urllib.parse, but the old docs are still |
Correction: the patch does apply cleanly to 2.6, without breaking tests. |
Somebody please review this so that it can checked in. |
Hi Senthil, some details:
Thank you!! |
Hi Facundo,
Please have a look the patches. Thanks, |
This is ok, maybe with some small changes in the docs. I asked in python-dev if this should go now or wait until 2.7/3.1 |
It seems like parse_multipart and parse_header are very strongly related Should these be moved too? (They aren't part of the url syntax though, |
Senthil, please update the patchs, adding a DeprecationWarning in 3.0 and Thanks! |
Facundo, I have updated the patch against the trunk. Added the |
Commited in r66196 and r66199, this went into 2.6/3.0 rc1!! Thank you all for the effort! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: