This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-06-20.15:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497972033.13.0.439611221466.issue30713@psf.upfronthosting.co.za>
In-reply-to
Content
Spin-off of the bpo-30500: modify the urllib.parse module to reject the newline character (U+000A) in URLS. Modify 3 functions:

* splittype()
* splithost()
* splitport()
History
Date User Action Args
2017-06-20 15:20:33vstinnersetrecipients: + vstinner
2017-06-20 15:20:33vstinnersetmessageid: <1497972033.13.0.439611221466.issue30713@psf.upfronthosting.co.za>
2017-06-20 15:20:33vstinnerlinkissue30713 messages
2017-06-20 15:20:32vstinnercreate