pyreadline: Removing some test methods that should not have been comitted at rev 2246

This commit is contained in:
jstenar
2007-04-18 17:29:44 +00:00
parent ea4ef6e3d9
commit e0eb8b1acb
2 changed files with 3 additions and 10 deletions
+3
View File
@@ -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
-10
View File
@@ -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