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 pitrou
Recipients lekma, pitrou
Date 2009-12-17.13:50:46
SpamBayes Score 0.00021224507
Marked as misclassified No
Message-id <1261057847.5.0.702772987427.issue7523@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of things:
- the test shouldn't be marked as Linux-specific since perhaps these
constants will be supported by other systems some day
- when importing fcntl, bear in mind that some systems don't have this
module (e.g. Windows), so you should catch and silence the ImportError
History
Date User Action Args
2009-12-17 13:50:47pitrousetrecipients: + pitrou, lekma
2009-12-17 13:50:47pitrousetmessageid: <1261057847.5.0.702772987427.issue7523@psf.upfronthosting.co.za>
2009-12-17 13:50:46pitroulinkissue7523 messages
2009-12-17 13:50:46pitroucreate