Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

urlDecode()


  • From: gert.cuykens at gmail.com (gert)
  • Subject: urlDecode()
  • Date: 28 Feb 2007 15:51:46 -0800

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