You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are similar problems with user, path and query.
I think that human_repr() should produce a string which will produce the equivalent URL when passed to the URL constructor. It means that all corresponding delimiters and % should be %-encoded. It is worth to encode also non-printable characters.
The text was updated successfully, but these errors were encountered:
For example:
There are similar problems with user, path and query.
I think that
human_repr()
should produce a string which will produce the equivalent URL when passed to the URL constructor. It means that all corresponding delimiters and%
should be %-encoded. It is worth to encode also non-printable characters.The text was updated successfully, but these errors were encountered: