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 gregory.p.smith, neologix, pitrou, python-dev, r.david.murray, rosslagerwall, vstinner
Date 2011-06-01.11:25:42
SpamBayes Score 1.0287733e-05
Marked as misclassified No
Message-id <201106011325.38794.victor.stinner@haypocalc.com>
In-reply-to <201105312226.59672.victor.stinner@haypocalc.com>
Content
> support_linux_version.diff: cool, it's even better than the previous patch.
> You can commit it, except if you are motived for a last change: display
> the write also version in the SkipTest message (as it is done actually).

I just added a very similar function for Mac OS X which is a decorator. 
Example: @support.requires_mac_ver(10, 5).

requires_linux_version() should also be a decorator.
History
Date User Action Args
2011-06-01 11:25:43vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, r.david.murray, neologix, rosslagerwall, python-dev
2011-06-01 11:25:42vstinnerlinkissue12196 messages
2011-06-01 11:25:42vstinnercreate