This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author WitcherGeralt
Recipients WitcherGeralt
Date 2012-12-24.14:39:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356359998.55.0.0415174560622.issue16766@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import htmlentitydefs
>>> htmlentitydefs.name2codepoint.get("quot")  # ok
34
>>> htmlentitydefs.name2codepoint.get("apos", "null")  # &apos; -> chr(39)
'null'
History
Date User Action Args
2012-12-24 14:39:58WitcherGeraltsetrecipients: + WitcherGeralt
2012-12-24 14:39:58WitcherGeraltsetmessageid: <1356359998.55.0.0415174560622.issue16766@psf.upfronthosting.co.za>
2012-12-24 14:39:58WitcherGeraltlinkissue16766 messages
2012-12-24 14:39:58WitcherGeraltcreate