Message 71824 - Python tracker

Message71824

Author gregory.p.smith
Recipients Rhamphoryncus, amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, jnoller, mikemccand, pitrou, tzot
Date 2008-08-24.01:56:43
SpamBayes Score 0.0008614629
Marked as misclassified No
Message-id <1219543005.45.0.537125695395.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
it passes on release25-maint for me on linux.  i don't see it hanging in
any of the 2.5 buildbots.  looks like your r66003 change was a decent
fix for windows judging by the buildbot.

(fwiw, that test you patched in 66003 should probably use readlines()
and assertListEqual to be cross platform rather than the code thats
there now but i'm not motivated to change that unless some other
platform fails on it)
History
Date User Action Args
2008-08-24 01:56:45gregory.p.smithsetrecipients: + gregory.p.smith, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, pitrou, benjamin.peterson, jnoller
2008-08-24 01:56:45gregory.p.smithsetmessageid: <1219543005.45.0.537125695395.issue874900@psf.upfronthosting.co.za>
2008-08-24 01:56:44gregory.p.smithlinkissue874900 messages
2008-08-24 01:56:43gregory.p.smithcreate