We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedcb9e commit d71c283Copy full SHA for d71c283
w3lib/url.py
@@ -267,5 +267,8 @@ def any_to_uri(uri_or_path):
267
268
269
__all__ = ["add_or_replace_parameter", "any_to_uri", "file_uri_to_path",
270
- "path_to_file_uri", "safe_download_url", "safe_url_string",
271
- "url_query_cleaner"]
+ "is_url", "path_to_file_uri", "safe_download_url",
+ "safe_url_string", "url_query_cleaner", "url_query_parameter",
272
+
273
+ # this last one is deprecated ; include it to be on the safe side
274
+ "urljoin_rfc"]
0 commit comments