[Python-checkins] [python/cpython] aa6a4d: bpo-29854: Skip history-size test on older readlin...
GitHub
noreply at github.com
Sat Jul 8 10:34:29 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: aa6a4d6ed881f79c51fb91dd928ed9496737b420
https://github.com/python/cpython/commit/aa6a4d6ed881f79c51fb91dd928ed9496737b420
Author: Nir Soffer <nirsof at gmail.com>
Date: 2017-07-08 (Sat, 08 Jul 2017)
Changed paths:
M Lib/test/test_readline.py
Log Message:
-----------
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.
More information about the Python-checkins
mailing list