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 pitrou
Recipients brett.cannon, pitrou, r.david.murray
Date 2011-02-10.17:43:56
SpamBayes Score 5.6088467e-13
Marked as misclassified No
Message-id <1297359837.48.0.0986600614525.issue10966@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. I'm not sure passing a list of platforms is a good idea. People may want to write e.g. "'bsd' in platform". Also, there are a lot of platforms we don't have access to, so we can't actually maintain a list of platforms.

Also, I really don't like the idea that a missing extension module is a test failure. It can be quite annoying to install all build dependencies (why should people install tcl/tk if they want to hack on e.g. the logging module?), let's not scare people who haven't done so by printing out test failures.
History
Date User Action Args
2011-02-10 17:43:57pitrousetrecipients: + pitrou, brett.cannon, r.david.murray
2011-02-10 17:43:57pitrousetmessageid: <1297359837.48.0.0986600614525.issue10966@psf.upfronthosting.co.za>
2011-02-10 17:43:56pitroulinkissue10966 messages
2011-02-10 17:43:56pitroucreate