rfc3986
rfc3986 copied to clipboard
URLs ending in "\n" are stripped of the new-line before normalization
Caused by the URI_MATCHER and IRI_MATCHER not using re.DOTALL.