Пример #1
0
def _encode_url(url):
    return maybe_encode(urlquote(url, string.punctuation))
Пример #2
0
def _encode_url(url):
    return maybe_encode(urlquote(url, string.punctuation))