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 hp.dekoning
Recipients hp.dekoning
Date 2011-06-13.22:04:09
SpamBayes Score 0.00060307136
Marked as misclassified No
Message-id <1308002650.66.0.942536008369.issue12329@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-06-13 22:04:10hp.dekoningsetrecipients: + hp.dekoning
2011-06-13 22:04:10hp.dekoningsetmessageid: <1308002650.66.0.942536008369.issue12329@psf.upfronthosting.co.za>
2011-06-13 22:04:10hp.dekoninglinkissue12329 messages
2011-06-13 22:04:09hp.dekoningcreate