• Guido van Rossum's avatar
    Speed up the implementation of quote(). · 810a3396
    Guido van Rossum yazdı
    Fix the implementation of quote_plus().  (It wouldn't treat '+' in the
    original data right.)
    
    Add urlencode(dict) which is handy to create the data for sending a
    POST request with urlopen().
    810a3396
urllib.py 26.6 KB