Re: Andreas Bießmann 2019-06-25 <[email protected]> > Setting up python3.4 (3.4.2-1+deb8u3) ... > File "/usr/lib/python3.4/http/client.py", line 1014 > raise InvalidURL(f"URL can't contain control characters. {url!r} " > ^ > SyntaxError: invalid syntax
Looks like the fix for this:
* CVE-2019-9740, CVE-2019-9947
Issue #30458: Disallow control chars in http URLs in urllib.urlopen.
Roberto?
Christoph

