Add enable_ipython_paste_for_paths to rlmain.config

This commit is contained in:
Jorgen Stenarson
2011-02-25 19:36:19 +01:00
parent f2db2252b0
commit 610da9b17f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
SET VERSION=1.6.1
SET VERSION=1.6.2
python setup.py build_sphinx
python setup.py build_sphinx -b latex
+4
View File
@@ -329,6 +329,9 @@ class BaseReadline(object):
def completer_delims(delims):
self.mode.completer_delims = delims
def enable_ipython_paste_for_paths(boolean):
self.mode.enable_ipython_paste_for_paths = boolean
def debug_output(on, filename=u"pyreadline_debug_log.txt"): #Not implemented yet
if on in [u"on", u"on_nologfile"]:
self.debug=True
@@ -378,6 +381,7 @@ class BaseReadline(object):
u"allow_ctrl_c":allow_ctrl_c,
u"ctrl_c_tap_time_interval":ctrl_c_tap_time_interval,
u"kill_ring_to_clipboard":setkill_ring_to_clipboard,
u"enable_ipython_paste_for_paths":enable_ipython_paste_for_paths,
}
if os.path.isfile(inputrcpath):
try: