Is there any way to automatically create a transcript of an interactive Python session?

Roy Smith roy at panix.com
Sun Feb 18 18:54:33 EST 2007


In article <1171842673.363336.121080 at l53g2000cwa.googlegroups.com>,
 "Jonathan Mark" <jonathansamuel at geocities.com> wrote:

> Some languages, such as Scheme, permit you to make a transcript of an
> interactive console session. Is there a way to do that in Python?

I don't know of any way *inside* of python, but it's easy enough to run 
your interactive python session inside of something like "script", an emacs 
shell buffer, etc.



More information about the Python-list mailing list