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'.
9 http://fishsoup.net/software/reinteract/
13 Reinteract is licensed under the terms of the GNU General Public License version 2
14 or later and Copyright 2007, Owen Taylor and Red Hat, Inc.
16 You can get the latest sources using git:
18 git clone git://git.fishsoup.net/reinteract.git
20 Owen Taylor <otaylor@fishsoup.net>