]> granicus.if.org Git - python/commit
bpo-29854: Skip history-size test on older readline (GH-2621)
authorNir Soffer <nirsof@gmail.com>
Sat, 8 Jul 2017 14:34:27 +0000 (17:34 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 8 Jul 2017 14:34:27 +0000 (17:34 +0300)
commitaa6a4d6ed881f79c51fb91dd928ed9496737b420
treea162c8ff7e4c6421745eb408445df8acb870fa93
parent223c7e70e48eb6eed4aab3906fbe32b098faafe3
bpo-29854: Skip history-size test on older readline (GH-2621)

Turns out that history-size was added in readline 6.0. This explain why
this tests fail on FreeBSD when using readline 5.2. We skip now the
history size if readline does not support it.

See https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES for
details.
Lib/test/test_readline.py