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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to