Skip to content

[3.13] gh-64007: Do not colorize response to input() in the IDLE Shell (GH-157700) - #157878

Merged
terryjreedy merged 1 commit into
python:3.13from
miss-islington:backport-f8bbe69-3.13
Sep 21, 2026
Merged

terryjreedy merged 1 commit into
python:3.13from
miss-islington:backport-f8bbe69-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

The colorizer treated all text after the I/O mark as code. Now it
skips it while the Shell reads a line for input(), and the colors of
text typed ahead are removed.


(cherry picked from commit f8bbe69)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

…pythonGH-157700)

The colorizer treated all text after the I/O mark as code.  Now it
skips it while the Shell reads a line for input(), and the colors of
text typed ahead are removed.

---------
(cherry picked from commit f8bbe69)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@terryjreedy
terryjreedy enabled auto-merge (squash) September 21, 2026 01:00
@terryjreedy
terryjreedy merged commit bb81bc8 into python:3.13 Sep 21, 2026
44 checks passed
@miss-islington
miss-islington deleted the backport-f8bbe69-3.13 branch September 21, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants