mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
c4e671eec2
Disallow control chars in http URLs in urllib.urlopen. This addresses a potential security problem for applications that do not sanity check their URLs where http request headers could be injected.