bpo-31858: IDLE -- Restrict shell prompt manipulaton to the shell. by terryjreedy · Pull Request #4143 · python/cpython

@terryjreedy

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.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Oct 28, 2017
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.
(cherry picked from commit e86172d)

terryjreedy pushed a commit that referenced this pull request

Oct 28, 2017
)

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.
(cherry picked from commit e86172d)