On Thu, Aug 13, 2009 at 12:15 AM, casebash<walkr...@gmail.com> wrote: > Hello fellow Python Users, > > I've been wondering for a while if there exists an interactive > terminal which has nice copy feature (ie. I can copy code without > getting the >>> in front of every line).
Not quite answering your exact question, but: - You can control the text of the prompt by modifying sys.ps1 - IPython (http://ipython.scipy.org/moin/) has powerful history features that are handy if you want a transcript of a REPL session Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list