Convert dictionary to HTTP POST

Fredrik Lundh fredrik at pythonware.com
Fri Mar 3 09:52:14 EST 2006


Laszlo Zsolt Nagy wrote:

> The values of some inputs are encoded using html entities.
> How can I decode a string like "Bessy's cat"  in "Bessy's cat"?

this snippet might help:

    http://effbot.org/zone/re-sub.htm#strip-html

</F> 






More information about the Python-list mailing list