]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29854: test_readline logs versions (#2619)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 7 Jul 2017 14:06:58 +0000 (16:06 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jul 2017 14:06:58 +0000 (16:06 +0200)
commit1881befb905553618f1e7ad2cef8f6ff07e1b8ef
treeba85da0904634fb569d5dd5217d53dbbb56807e6
parentfae8f4a9cb88a68eb14750cbb8ddf8740fd67b8b
bpo-29854: test_readline logs versions (#2619)

* test_readline logs the versions of libreadline when run in verbose
  mode
* Add also readline._READLINE_LIBRARY_VERSION
Lib/test/test_readline.py
Modules/readline.c