Category Archives: Python

Python urllib.unquote defect

Python 2.5 Win32 The unquote function of Python standard module urllib performs percent decoding. According to RFC, percent encoded string is case insensitive, which means %CE, %ce, %cE and %Ce are equivalent. urllib.unquote is, however, unable to process the mixed case … Continue reading

Posted in Python | 4 Comments