Merge branch 'master' into pr/379

This commit is contained in:
Paul Tagliamonte 2013-12-22 13:18:59 -05:00
commit 8efefc4817

View File

@ -41,7 +41,7 @@ except ImportError:
except ImportError:
docomplete = False
if sys.platform == 'darwin':
if sys.platform == 'darwin' and 'libedit' in readline.__doc__:
readline_bind = "bind ^I rl_complete"
else:
readline_bind = "tab: complete"