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 ncoghlan
Recipients Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, r.david.murray, terry.reedy, vstinner
Date 2011-01-21.16:43:14
SpamBayes Score 3.8560544e-11
Marked as misclassified No
Message-id <1295628199.42.0.402148936012.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, missed that post - that was indeed the problem. With that fixed, tests are all good on this system. I'll give the patch a look anyway, but I'm going to have trouble diagnosing things that don't fail on my development machine.

As far as the test_reprlib failure goes, I seem to recall addressing a similar problem elsewhere in the standard lib by replace a "%r" code with "'%s'" to get the single quotes without the backslash escaping. A similar change should probably do the trick here.
History
Date User Action Args
2011-01-21 16:43:19ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, belopolsky, vstinner, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-01-21 16:43:19ncoghlansetmessageid: <1295628199.42.0.402148936012.issue3080@psf.upfronthosting.co.za>
2011-01-21 16:43:14ncoghlanlinkissue3080 messages
2011-01-21 16:43:14ncoghlancreate