[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: By mistake, I deleted the setting of context_use_ps1 in PyShell while still in use in several places. Fixed in #34055. -- ___ Python tracker

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -4109 ___ Python tracker ___ ___

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -4108 ___ Python tracker ___ ___

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-27 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +4124 ___ Python tracker ___

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +4109 stage: commit review -> patch review ___ Python tracker ___

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: I put the new shell variables into PyShell itself. There is usually only one instance created in a session. I tested the patch manually in both shell and editor with both the default prompt and with sys.ps1 set before importing

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch pull_requests: +4107, 4108 stage: test needed -> patch review ___ Python tracker

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +4107 stage: test needed -> patch review ___ Python tracker ___

[issue31858] IDLE: cleanup use of sys.ps1 and never set it.

2017-10-23 Thread Terry J. Reedy
New submission from Terry J. Reedy : This issue is about cleaning up IDLE's use of sys.ps1 for its prompt (sys.ps2 is not used). A. This will make for cleaner code and fix some bugs. B. This will be better for testing. (Some possible changes to pyshell might make sys.ps1