Ejemplo n.º 1
0
def _encode_url(url):
    return maybe_encode(urlquote(url, string.punctuation))
Ejemplo n.º 2
0
def _encode_url(url):
    return maybe_encode(urlquote(url, string.punctuation))