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.

作者 hp.dekoning
收信人 hp.dekoning
日期 2011-06-13.22:04:09
SpamBayes Score 0.00060307136
Marked as misclassified
Message-id <1308002650.66.0.942536008369.issue12329@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2011-06-13 22:04:10hp.dekoning修改recipients: + hp.dekoning
2011-06-13 22:04:10hp.dekoning修改messageid: <1308002650.66.0.942536008369.issue12329@psf.upfronthosting.co.za>
2011-06-13 22:04:10hp.dekoning链接issue12329 messages
2011-06-13 22:04:09hp.dekoning创建