Convert dictionary to HTTP POST

Kent Johnson kent at kentsjohnson.com
Fri Mar 3 09:26:06 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"?

http://groups.google.com/group/comp.lang.python/browse_frm/thread/819731a536a4c1a2/fce6c2f6c3d46e9c?q=htmlentitydefs&rnum=2#fce6c2f6c3d46e9c

Kent



More information about the Python-list mailing list