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
13 You can get the latest sources using git:
15 git clone git://git.fishsoup.net/reinteract.git
17 Owen Taylor <otaylor@fishsoup.net>