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 ezio.melotti
Recipients eric.araujo, ezio.melotti, l0nwlf, lemburg, maker, r.david.murray
Date 2011-05-22.12:36:01
SpamBayes Score 0.0025204967
Marked as misclassified No
Message-id <1306067761.58.0.492576493765.issue8898@psf.upfronthosting.co.za>
In-reply-to
Content
Something like:
if name == 'mbcs' and not sys.platform.startswith('win'):
    continue
should be enough.
History
Date User Action Args
2011-05-22 12:36:01ezio.melottisetrecipients: + ezio.melotti, lemburg, eric.araujo, r.david.murray, l0nwlf, maker
2011-05-22 12:36:01ezio.melottisetmessageid: <1306067761.58.0.492576493765.issue8898@psf.upfronthosting.co.za>
2011-05-22 12:36:01ezio.melottilinkissue8898 messages
2011-05-22 12:36:01ezio.melotticreate