-
Notifications
You must be signed in to change notification settings - Fork 105
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
safe_url_string, canonicalize_url: apply stripping from the URL living standard #207
Conversation
Codecov Report
@@ Coverage Diff @@
## master #207 +/- ##
==========================================
+ Coverage 96.14% 96.16% +0.02%
==========================================
Files 8 8
Lines 493 496 +3
Branches 92 93 +1
==========================================
+ Hits 474 477 +3
Misses 9 9
Partials 10 10
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @Gallaecio!
Would it make sense to update safe_url_string docstring? It's no longer only tabs and newlines which are removed.
Is 288caae OK? It describes more what the functions should (in my opinion) do than what they actually do. |
Thanks @Gallaecio! |
No description provided.