Skip to content

Commit d71c283

Browse files
committed
Add missing functions
1 parent dedcb9e commit d71c283

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

w3lib/url.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,8 @@ def any_to_uri(uri_or_path):
267267

268268

269269
__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"]
270+
"is_url", "path_to_file_uri", "safe_download_url",
271+
"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

Comments
 (0)