urlDecode()

gert gert.cuykens at gmail.com
Thu Mar 1 00:51:46 CET 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