Author: Ronny Pfannschmidt <[email protected]> Branch: Changeset: r183:49f53a8bb198 Date: 2012-05-03 12:50 +0200 http://bitbucket.org/pypy/pyrepl/changeset/49f53a8bb198/
Log: remove curses requirement, since we use ctypes diff --git a/README b/README --- a/README +++ b/README @@ -2,8 +2,7 @@ http://pyrepl.codespeak.net/ -It requires python 2.2 (or newer) with the curses and termios modules -built and features: +It requires python 2.7 (or newer) and features: * sane multi-line editing * history, with incremental search _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
