Open
Description
currently the _is_valid_URI
method only checks if a URI includes any of the not allowed printable ASCII chars (see #620)
ASCII control chars like backspace, tab, ... won't lead to an early error / warning.
maybe we should really try to parse URIs with a python builtin lib or maybe https://pypi.python.org/pypi/rfc3987 ?