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 steve.dower
Recipients BreamoreBoy, Kain, eryksun, petrikas, python-dev, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-05-14.03:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431575156.06.0.182325481271.issue23995@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't have thought so, since the IO stack is entirely portable, at least from the Python side of things. This would have to have been a test that somehow knows about optional functions and notifies you if they're missing but without failing the run. I don't think that's feasible, at least in this case, since there's no way to know that the function should be there.

Potentially we could set up a test to ensure that we don't remove public functions by dumping a complete list, but that's beyond the scope of this one issue.
History
Date User Action Args
2015-05-14 03:45:56steve.dowersetrecipients: + steve.dower, tim.golden, r.david.murray, BreamoreBoy, python-dev, zach.ware, eryksun, petrikas, Kain
2015-05-14 03:45:56steve.dowersetmessageid: <1431575156.06.0.182325481271.issue23995@psf.upfronthosting.co.za>
2015-05-14 03:45:56steve.dowerlinkissue23995 messages
2015-05-14 03:45:55steve.dowercreate