[New-bugs-announce] [issue12329] XHTML entity apos missing in htmlentitydefs

Hans Peter de Koning report at bugs.python.org
Tue Jun 14 00:04:10 CEST 2011


New submission from Hans Peter de Koning <hpdk at xs4all.nl>:

In module htmlentitydefs.py the following XHTML-1 entity is missing from 
dict name2codepoint:

    'apos':     0x0027, # apostrophe, U+0027 ISOnum

Above line should be added after line 72:
    'ang':      0x2220, # angle, U+2220 ISOamso

----------
components: Extension Modules
messages: 138282
nosy: hp.dekoning
priority: normal
severity: normal
status: open
title: XHTML entity apos missing in htmlentitydefs
versions: Python 2.7

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


More information about the New-bugs-announce mailing list