Re: Andreas Bießmann 2019-06-25 <12977de3-730f-e342-ec86-b574439e7...@biessmann.de> > 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