Beispiel #1
0
def _encode_url(url):
    return maybe_encode(urlquote(url, string.punctuation))
Beispiel #2
0
def _encode_url(url):
    return maybe_encode(urlquote(url, string.punctuation))