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 ned.deily
Recipients Arfrever, David.Edelsohn, ned.deily, pitrou, vstinner
Date 2014-10-31.20:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414789138.43.0.277471498292.issue22773@psf.upfronthosting.co.za>
In-reply-to
Content
Something like:

    @unittest.skipIf(("libedit" not in readline.__doc__)
                         and (readline._READLINE_VERSION < 0x6000),
                     "not supported in this library version")

should work.
History
Date User Action Args
2014-10-31 20:58:58ned.deilysetrecipients: + ned.deily, pitrou, vstinner, Arfrever, David.Edelsohn
2014-10-31 20:58:58ned.deilysetmessageid: <1414789138.43.0.277471498292.issue22773@psf.upfronthosting.co.za>
2014-10-31 20:58:58ned.deilylinkissue22773 messages
2014-10-31 20:58:58ned.deilycreate