Staging
v0.5.1
https://github.com/python/cpython
Revision 52d1b4e62fd35e19d4f2c231fe48d463cb83d374 authored by R. David Murray on 18 December 2010, 03:48:32 UTC, committed by R. David Murray on 18 December 2010, 03:48:32 UTC
editline rl_initialize apparently discards any mappings done before it
is called, which makes tab revert to file completion instead of inserting
a tab.  So now on OSX we call rl_initialize first if we are using
readline, and then re-read the users .editrc (if any) afterward so they
can still override our defaults.

Patch by Ned Deily, modified by Ronald Oussoren.
1 parent c539a2a
History
Tip revision: 52d1b4e62fd35e19d4f2c231fe48d463cb83d374 authored by R. David Murray on 18 December 2010, 03:48:32 UTC
#9907: call rl_initialize early when using editline on OSX
Tip revision: 52d1b4e
File Mode Size
c-api
data
distutils
documenting
extending
faq
howto
includes
install
library
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 6.1 KB
README.txt -rw-r--r-- 5.0 KB
about.rst -rw-r--r-- 1.3 KB
bugs.rst -rw-r--r-- 3.2 KB
conf.py -rw-r--r-- 5.9 KB
contents.rst -rw-r--r-- 440 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 29.1 KB
license.rst -rw-r--r-- 46.9 KB
make.bat -rw-r--r-- 1.6 KB

README.txt

back to top