diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2017-10-28 00:26:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-28 00:26:12 (GMT) |
commit | e86172d63af5827a3c2b55b80351cb38a26190eb (patch) | |
tree | d8532f57ab6f3fe11a045e5799cd1433a14e3552 /Misc/NEWS.d/next/IDLE | |
parent | ed6554c487fb2403bc88be6deee611c7a4171d33 (diff) | |
download | cpython-e86172d63af5827a3c2b55b80351cb38a26190eb.zip cpython-e86172d63af5827a3c2b55b80351cb38a26190eb.tar.gz cpython-e86172d63af5827a3c2b55b80351cb38a26190eb.tar.bz2 |
IDLE -- Restrict shell prompt manipulaton to the shell. (#4143)
Editor and output windows only see an empty last prompt line.
This simplifies the code and fixes a minor bug when newline is inserted.
Sys.ps1, if present, is read on Shell start-up, but is not set or changed.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-10-26-20-20-19.bpo-31858.VuSA_e.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-10-26-20-20-19.bpo-31858.VuSA_e.rst b/Misc/NEWS.d/next/IDLE/2017-10-26-20-20-19.bpo-31858.VuSA_e.rst new file mode 100644 index 0000000..2ad9dc9 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-10-26-20-20-19.bpo-31858.VuSA_e.rst @@ -0,0 +1,4 @@ +IDLE -- Restrict shell prompt manipulaton to the shell. Editor and output +windows only see an empty last prompt line. This simplifies the code and +fixes a minor bug when newline is inserted. Sys.ps1, if present, is read on +Shell start-up, but is not set or changed. |