]> granicus.if.org Git - python/commit
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7244)
authorVictor Stinner <vstinner@redhat.com>
Wed, 30 May 2018 14:49:07 +0000 (16:49 +0200)
committerGitHub <noreply@github.com>
Wed, 30 May 2018 14:49:07 +0000 (16:49 +0200)
commitf7a19c28bda7b0ed3a440db80202013a86af6850
treea0319eb65f7663983b0002e1a3676efde8fbaf64
parentbe325e6132c9198f7b8e9c7da2dd0017a33212cc
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7244)

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