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
Raw File
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
.hgeol
[patterns]
** = native

**.bat  = CRLF
**.def  = CRLF
**.dsp  = CRLF
**.dsw  = CRLF
**.mak  = CRLF
**.mk   = CRLF
**.rc   = CRLF
**.sln  = CRLF
**.vcproj  = CRLF
**.vsprops = CRLF

**.aif  = BIN
**.au   = BIN
**.bmp  = BIN
**.db   = BIN
**.exe  = BIN
**.icns = BIN
**.gif  = BIN
**.ico  = BIN
**.info = BIN
**.jpg  = BIN
**.pck  = BIN
**.png  = BIN
**.psd  = BIN
**.tar  = BIN
**.xar  = BIN
**.zip  = BIN

Lib/email/test/data/msg_26.txt = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN

[repository]
native = LF
back to top