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 berker.peksag
Recipients Nir Soffer, berker.peksag, martin.panter, nirs, serhiy.storchaka, twouters, vstinner
Date 2017-07-07.16:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499446151.92.0.864163348582.issue29854@psf.upfronthosting.co.za>
In-reply-to
Content
According to https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES, the history-size setting was added in readline 6.0:

    e.  A new user-settable variable, `history-size', allows setting the maximum
        number of entries in the history list.

The only thing we need to do is skip the test if readline version is older than 6.0.

We discussed this with Nir on IRC, and he will send another PR to tweak the test.
History
Date User Action Args
2017-07-07 16:49:11berker.peksagsetrecipients: + berker.peksag, twouters, nirs, vstinner, martin.panter, serhiy.storchaka, Nir Soffer
2017-07-07 16:49:11berker.peksagsetmessageid: <1499446151.92.0.864163348582.issue29854@psf.upfronthosting.co.za>
2017-07-07 16:49:11berker.peksaglinkissue29854 messages
2017-07-07 16:49:11berker.peksagcreate