Jonathan> Some languages, such as Scheme, permit you to make a Jonathan> transcript of an interactive console session. Is there a way Jonathan> to do that in Python?
If you decide not to use IPython for some reason, you should be able to easily whip something up based on the command history features of the readline module or one of the interpreter classes in the code module. Skip -- http://mail.python.org/mailman/listinfo/python-list