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 Arfrever, r.david.murray, vajrasky, zach.ware
Date 2013-12-11.21:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386797446.82.0.295858431485.issue19828@psf.upfronthosting.co.za>
In-reply-to
Content
Looking more closely, there's not much that looks like it really should be tested if explicitly called with -S, so perhaps the toplevel skip is still best after all.  Any other thoughts?

Attached patch fixes `python -S Lib/test` and cleans up an unused import. I'm a bit iffy on the added comment.
History
Date User Action Args
2013-12-11 21:30:46zach.waresetrecipients: + zach.ware, Arfrever, r.david.murray, vajrasky
2013-12-11 21:30:46zach.waresetmessageid: <1386797446.82.0.295858431485.issue19828@psf.upfronthosting.co.za>
2013-12-11 21:30:46zach.warelinkissue19828 messages
2013-12-11 21:30:46zach.warecreate