New submission from Hans Peter de Koning <h...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12329> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com