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 eric.araujo
Recipients Brian.Jones, eric.araujo, eric.smith, ezio.melotti, hp.dekoning, loewis, python-dev
Date 2012-06-24.02:59:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340506790.6.0.503491147536.issue11113@psf.upfronthosting.co.za>
In-reply-to
Content
The ';' is not part of the entity name but an SGML delimiter, like '&'; the strings in the dict should not include it (like in the other dict they don’t).
History
Date User Action Args
2012-06-24 02:59:50eric.araujosetrecipients: + eric.araujo, loewis, eric.smith, ezio.melotti, Brian.Jones, python-dev, hp.dekoning
2012-06-24 02:59:50eric.araujosetmessageid: <1340506790.6.0.503491147536.issue11113@psf.upfronthosting.co.za>
2012-06-24 02:59:50eric.araujolinkissue11113 messages
2012-06-24 02:59:49eric.araujocreate