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.21:35:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414791331.87.0.0631539435545.issue22773@psf.upfronthosting.co.za>
In-reply-to
Content
The test works OK with libedit now, thanks.  But are you sure about the readline version test?  Testing with a GNU readline 6.3:

>>> print('%x' % readline._READLINE_RUNTIME_VERSION)
603

so the test_readline check:

   readline._READLINE_VERSION < 0x6000

causes the test to be incorrectly skipped.  What does _READLINE_RUNTIME_VERSION look like for an older version of readline?
History
Date User Action Args
2014-10-31 21:35:31ned.deilysetrecipients: + ned.deily, pitrou, vstinner, Arfrever, David.Edelsohn
2014-10-31 21:35:31ned.deilysetmessageid: <1414791331.87.0.0631539435545.issue22773@psf.upfronthosting.co.za>
2014-10-31 21:35:31ned.deilylinkissue22773 messages
2014-10-31 21:35:31ned.deilycreate