]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293)
authorVictor Stinner <vstinner@redhat.com>
Fri, 1 Jun 2018 09:04:29 +0000 (11:04 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Jun 2018 09:04:29 +0000 (11:04 +0200)
commitef634b5b26f14d942768069fa23f9791a06ff37e
tree31c846188f596e936b8a216e06b359c6bc8a06e8
parent6e3ca645e71dd021fead5a70dc06d9b663612e3a
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293)

Check which readline implementation is used based on the readline
docstring.
Lib/test/pythoninfo.py