urlDecode()

gert gert.cuykens at gmail.com
Wed Feb 28 18:51:46 EST 2007


Anybody can tell me what i need to import to make urlDecode() work in
python2.5 please.

import urllib
urllib.urlDecode(post)   #doesn't exist
urllib.urldecode(post)   #doesn't exist
urldecode(post)            #doesn't exist
urlDecode(post)           #doesn't exist




More information about the Python-list mailing list