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 maker
Recipients eric.araujo, ezio.melotti, l0nwlf, lemburg, maker, r.david.murray
Date 2011-05-22.12:27:09
SpamBayes Score 0.013532878
Marked as misclassified No
Message-id <BANLkTin03RgFMFKZhJ_Seg4-qhgmWh7hvQ@mail.gmail.com>
In-reply-to <4DD8FA72.3070208@egenix.com>
Content
unittest.skip* are decorators, so useless in this case; also, AFAIS
Lib/test/ uses sys.platform.

I would suggest to put a try statement in encodings.mbcs, and raise an
error in case the imported modules imported are not found.
But this is another story.
Files
File name Uploaded
issue8898_skip.patch maker, 2011-05-22.12:27:09
History
Date User Action Args
2011-05-22 12:27:10makersetrecipients: + maker, lemburg, ezio.melotti, eric.araujo, r.david.murray, l0nwlf
2011-05-22 12:27:10makerlinkissue8898 messages
2011-05-22 12:27:10makercreate