pyreadline: updates to documentation and release.py. Change in how keyboard_interrupts propagates in ironpython, still some work is left to get the same traceback on pressing ctrl-c as a plain ironpython without pyreadline installed.

This commit is contained in:
jstenar
2007-04-21 20:26:24 +00:00
parent aadb9f11a7
commit 4199cd45d4
3 changed files with 15 additions and 12 deletions
+2 -1
View File
@@ -407,7 +407,8 @@ class BaseMode(object):
def ipython_paste(self,e):
'''Paste windows clipboard. If enable_ipython_paste_list_of_lists is
True then try to convert tabseparated data to repr of list of lists or
repr of array'''
repr of array.
If enable_ipython_paste_for_paths==True then change \\ to / and spaces to \space'''
if self.enable_win32_clipboard:
txt=clipboard.get_clipboard_text_and_convert(
self.enable_ipython_paste_list_of_lists)