summaryrefslogtreecommitdiff
path: root/Lib/idlelib/EditorWindow.py
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-12-18 03:52:09 +0000
committerR. David Murray <rdmurray@bitdance.com>2010-12-18 03:52:09 +0000
commit7a697251c9c202891325a4268a75b8efa9774acd (patch)
tree4484ea7a343c8acc9e71cb8f42c67ce249f6300f /Lib/idlelib/EditorWindow.py
parentaa7017f5f5d995ff25d1927edb75190b3bd381dc (diff)
downloadcpython-git-7a697251c9c202891325a4268a75b8efa9774acd.tar.gz
Merged revisions 87356 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87356 | r.david.murray | 2010-12-17 22:48:32 -0500 (Fri, 17 Dec 2010) | 11 lines #9907: call rl_initialize early when using editline on OSX 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. ........
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
0 files changed, 0 insertions, 0 deletions