Skip to content
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

bpo-42967: Don't treat semicolon as a separator in urllib.parse #24271

Closed
wants to merge 5 commits into from

Conversation

@Fidget-Spinner
Copy link
Contributor

@Fidget-Spinner Fidget-Spinner commented Jan 20, 2021

I wonder if this should be the default behaviour?

I'll update docs once we decide on that ^,

TODO: Update Public API of FieldStorage, FieldStorage.read_multi, parse and parse_multipart.

Co-Authored-By: Adam Goldschmidt adamgold7@gmail.com

https://bugs.python.org/issue42967

@Fidget-Spinner
Copy link
Contributor Author

@Fidget-Spinner Fidget-Spinner commented Jan 20, 2021

Also waiting on some consensus on whether this is a security issue or not in the bpo before I add blurb.

@Fidget-Spinner Fidget-Spinner marked this pull request as draft Jan 20, 2021
@Fidget-Spinner Fidget-Spinner marked this pull request as ready for review Jan 21, 2021
@Fidget-Spinner
Copy link
Contributor Author

@Fidget-Spinner Fidget-Spinner commented Jan 24, 2021

I closed this PR in favor of #24297 because I think it would be better to have a single PR to not split core devs' attention. Apologies to all for any inconvenience caused.

@Fidget-Spinner Fidget-Spinner deleted the urllib-semicolon branch Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants