mirror of
https://github.com/wassname/pyreadline.git
synced 2026-07-24 13:10:49 +08:00
pyreadline: Removing some test methods that should not have been comitted at rev 2246
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2007-04-18 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
* Removing some test methods that should not have been comitted at rev 2246
|
||||
|
||||
2007-04-17 Jörgen Stenarson <jorgen.stenarson -at- bostream.nu>
|
||||
* When allowing to bind ctrl-c we now issue a KeyBoardInterrupt if
|
||||
control-c is pressed twice within ctrl_c_tap_time_interval which
|
||||
|
||||
@@ -328,16 +328,6 @@ class Readline(object):
|
||||
def readline(self, prompt=''):
|
||||
return self.mode.readline(prompt)
|
||||
|
||||
def event_available(self):
|
||||
return self.mode.readline_event_available()
|
||||
|
||||
def setup(self,prompt=""):
|
||||
return self.mode.readline_setup(prompt)
|
||||
|
||||
def keyboard_poll(self):
|
||||
return self.mode._readline_from_keyboard_poll()
|
||||
|
||||
|
||||
def read_inputrc(self,inputrcpath=os.path.expanduser("~/pyreadlineconfig.ini")):
|
||||
modes=dict([(x.mode,x) for x in self.editingmodes])
|
||||
mode=self.editingmodes[0].mode
|
||||
|
||||
Reference in New Issue
Block a user