[issue21937] IDLE interactive window doesn't display unsaved-indicator

2019-09-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.9 -Python 2.7, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker ___ ___ Pytho

[issue21937] IDLE interactive window doesn't display unsaved-indicator

2017-09-22 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- keywords: +patch pull_requests: +3685 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue21937] IDLE interactive window doesn't display unsaved-indicator

2017-09-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 'follow-on' issue is #23666. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue21937] IDLE interactive window doesn't display unsaved-indicator

2015-08-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: A follow-on issue would be to have an option to prompt to save (as with editor windows) or autosave when closing the shell. A default path might be .idlerc/shellsave.txt. -- versions: +Python 3.6 ___ Python tracker

[issue21937] IDLE interactive window doesn't display unsaved-indicator

2014-10-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: Further experiments reveal that the **s mean 'the undo buffer is not empty'. Enter >>> import time; time.sleep(2) and ** do not disappear until sleep finishes and a new prompt is displayed. Enter a character at the prompt and ** appear. Delete the char and **

[issue21937] IDLE interactive window doesn't display unsaved-indicator

2014-07-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: In installed 3.4.1 on Win 7, I *do* get the unsaved * back when typing. It disappears again when I hit return. So on this system, the meaning seems to be 'unsubmitted code'. Saving in the middle of a line inserts '\n' before saving (but does not submit for ex

[issue21937] IDLE interactive window doesn't display unsaved-indicator

2014-07-08 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar : -- nosy: +sahutd ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue21937] IDLE interactive window doesn't display unsaved-indicator

2014-07-07 Thread Raymond Hettinger
New submission from Raymond Hettinger: * Open a Python Shell * Save as session_log.txt * Type a line of code * Notice that the asterisk for "unsaved" does not appear -- components: IDLE messages: 222542 nosy: rhettinger priority: normal severity: normal status: open title: IDLE interacti