[issue30713] Reject newline character (U+000A) in URLs in urllib.parse

Nam Nguyen report at bugs.python.org
Tue Jun 20 12:47:59 EDT 2017


Nam Nguyen added the comment:

Just being nosy here that we should not continue down the path with regex. A proper grammar parser according to spec would be much more appropriate and eliminate these whack-a-mole issues.

----------
nosy: +Nam.Nguyen

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30713>
_______________________________________


More information about the Python-bugs-list mailing list