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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 556 bytes
.gitignore -rw-r--r-- 566 bytes
.hgeol -rw-r--r-- 503 bytes
.hgignore -rw-r--r-- 771 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 41.5 KB
README -rw-r--r-- 6.4 KB
configure -rwxr-xr-x 395.7 KB
configure.in -rw-r--r-- 121.7 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.7 KB
setup.py -rw-r--r-- 78.3 KB

README

back to top