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 vstinner
Recipients Daniel.Dickman, vstinner
Date 2014-07-07.15:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404748091.56.0.627914342588.issue21934@psf.upfronthosting.co.za>
In-reply-to
Content
I would prefer a decorator checking if a device exists, something like:

@requires_character_device('/dev/full')

It would always skip on Windows. Implement it in test_support.py.
History
Date User Action Args
2014-07-07 15:48:11vstinnersetrecipients: + vstinner, Daniel.Dickman
2014-07-07 15:48:11vstinnersetmessageid: <1404748091.56.0.627914342588.issue21934@psf.upfronthosting.co.za>
2014-07-07 15:48:11vstinnerlinkissue21934 messages
2014-07-07 15:48:11vstinnercreate