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 terry.reedy
Recipients ezio.melotti, pitrou, terry.reedy
Date 2013-08-11.01:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376183341.11.0.550397880496.issue18706@psf.upfronthosting.co.za>
In-reply-to
Content
Failure is intermittent. The only related lines in test_codeccallbacks are

002: import html.entities
102:    l.append("&%s;" % html.entities.codepoint2name[ord(c)])
History
Date User Action Args
2013-08-11 01:09:01terry.reedysetrecipients: + terry.reedy, pitrou, ezio.melotti
2013-08-11 01:09:01terry.reedysetmessageid: <1376183341.11.0.550397880496.issue18706@psf.upfronthosting.co.za>
2013-08-11 01:09:01terry.reedylinkissue18706 messages
2013-08-11 01:09:00terry.reedycreate