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 zach.ware
Recipients BreamoreBoy, berker.peksag, ezio.melotti, r.david.murray, zach.ware
Date 2014-07-06.04:05:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404619554.94.0.369765355147.issue17652@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks fine, but I don't see a big gain from it; call me +0.  It might be interesting to see a patch that converts current "@skipIf(sys.platform == 'win32' or os.name == 'nt')" instances to "@skip_on_windows" to see just what kind of difference it makes, but I'm honestly more interested in seeing how many different ways "don't run this test on Windows" is spelled currently.
History
Date User Action Args
2014-07-06 04:05:55zach.waresetrecipients: + zach.ware, ezio.melotti, r.david.murray, BreamoreBoy, berker.peksag
2014-07-06 04:05:54zach.waresetmessageid: <1404619554.94.0.369765355147.issue17652@psf.upfronthosting.co.za>
2014-07-06 04:05:54zach.warelinkissue17652 messages
2014-07-06 04:05:54zach.warecreate