[EMAIL PROTECTED] writes:

> I would love to have a record of all what I've done, so I can edit
> this record into final script.

You can save the current input history with

>>> import readline
>>> readline.write_history_file("python.log")

If you want to log your whole session, including output, try using the
'screen' utility.

HTH
- Thomas

-- 
If you want to reply by mail, substitute my first and last name for
'foo' and 'bar', respectively, and remove '.invalid'.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to