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 vstinner
Recipients BreamoreBoy, berker.peksag, ezio.melotti, r.david.murray, vstinner, zach.ware
Date 2014-07-07.20:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404763744.43.0.177094961752.issue17652@psf.upfronthosting.co.za>
In-reply-to
Content
"""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."""

I agree. Berker: are you interested to work on such patch?
History
Date User Action Args
2014-07-07 20:09:04vstinnersetrecipients: + vstinner, ezio.melotti, r.david.murray, BreamoreBoy, berker.peksag, zach.ware
2014-07-07 20:09:04vstinnersetmessageid: <1404763744.43.0.177094961752.issue17652@psf.upfronthosting.co.za>
2014-07-07 20:09:04vstinnerlinkissue17652 messages
2014-07-07 20:09:04vstinnercreate