[New-bugs-announce] [issue16766] small disadvantage of htmlentitydefs

Al Korgun report at bugs.python.org
Mon Dec 24 15:39:58 CET 2012


New submission from Al Korgun:

>>> import htmlentitydefs
>>> htmlentitydefs.name2codepoint.get("quot")  # ok
34
>>> htmlentitydefs.name2codepoint.get("apos", "null")  # ' -> chr(39)
'null'

----------
components: Library (Lib)
messages: 178060
nosy: WitcherGeralt
priority: normal
severity: normal
status: open
title: small disadvantage of htmlentitydefs
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16766>
_______________________________________


More information about the New-bugs-announce mailing list