[pypy-svn] r53465 - pypy/dist/pypy/lib
arigo at codespeak.net
arigo at codespeak.net
Sun Apr 6 17:42:35 CEST 2008
Author: arigo
Date: Sun Apr 6 17:42:35 2008
New Revision: 53465
Modified:
pypy/dist/pypy/lib/readline.py
Log:
Forgot to save before checking in.
Modified: pypy/dist/pypy/lib/readline.py
==============================================================================
--- pypy/dist/pypy/lib/readline.py (original)
+++ pypy/dist/pypy/lib/readline.py Sun Apr 6 17:42:35 2008
@@ -119,12 +119,6 @@
finally:
reader.more_lines = saved
- def compiler(self, textstring):
- if self.pyconsole is None:
- return True
- else:
- return self.pyconsole.compile(textstring, '<input>', 'single')
-
def parse_and_bind(self, string):
pass # XXX we don't support parsing GNU-readline-style init files
More information about the pypy-svn
mailing list