skip to navigation
skip to content

cgi.unescape 0.0.2

back replace html-safe sequences to special characters

>>> cgi.unescape('< & >')
'< & >'
>>> unescape('&#39;')
"'"
>>> unescape('&#x27;')
"'"

full list of sequences: htmlentitydefs.entitydefs

File Type Py Version Uploaded on Size # downloads
cgi.unescape-0.0.2.tar.gz (md5) Source 2008-04-15 07:55:26 1KB 356
cgi.unescape-0.0.2-py2.5.egg (md5) Python Egg 2.5 2008-04-15 07:55:36 3KB 448

Log in to rate this package.