Make Return/Tab handling single user actions. Fix a bug using a stale iter
[reinteract/rox.git] / README
blobae783726fa89475505e8cb3f54ea6be97e285aa4
1 Reinteract
2 ==========
3 Reinteract is a interactive shell for Python that allows changing history, not just 
4 repeating it. You can go back to early statements, edit them, and the changes flow
5 through the rest of the subsequent code. You might think of it as a Python 'worksheet'.
7 This works best when you are doing things without operating system interaction, like
8 math, if a statement deletes a file on disk, reinteract can't undelete it.
10 Reinteract is licensed under the terms of the GNU General Public License version 2 
11 or later.
13 You can get the latest sources using git:
15  git clone git://git.fishsoup.net/reinteract.git
17 Owen Taylor <otaylor@fishsoup.net>
18 9 September 2007