-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse display urls using urllib.parse #3599
Labels
enhancement
New feature or request
Comments
Closed
totaam
added a commit
that referenced
this issue
Oct 19, 2022
but still keep a bunch of mangling functions in normalize_display_name so we can support the older schemes a little while longer
totaam
added a commit
that referenced
this issue
Oct 20, 2022
totaam
added a commit
that referenced
this issue
Oct 20, 2022
totaam
added a commit
that referenced
this issue
Oct 20, 2022
so that the client and server can become more symetrical: the same noun can be used for client URLs (ie: 'socket:///some/path') and the server object is now called a 'socket' type
totaam
added a commit
that referenced
this issue
Oct 24, 2022
This was referenced Nov 25, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
urllib.parse
We can still support the old
tcp:host:port
syntax by pre-processing the string with a dumb search and replace.Custom parsing code has already been removed in 82b0698
The text was updated successfully, but these errors were encountered: