New submission from Raymond Hettinger:

IDLE's interactive shell supports File / Save to save an interactive session.  
However, if a user restarts a session or accidentally exits without saving, all 
is lost.

In Python courses I've taught, there has been a recurring request for an 
auto-logging feature (save the session at some regular interval).  This would 
help user's record everything they type during a Python class.

I suggest an addition to the File menu (for the interactive shell only): 
Session Logging Enable/Disable.

----------
components: IDLE
messages: 238109
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Add shell session logging option to IDLE
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23666>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to