X Tutup
Skip to content

[3.13] gh-127060: Disable traceback colors in IDLE (GH-128028)#128052

Merged
terryjreedy merged 1 commit intopython:3.13from
miss-islington:backport-559b0e7-3.13
Dec 18, 2024
Merged

[3.13] gh-127060: Disable traceback colors in IDLE (GH-128028)#128052
terryjreedy merged 1 commit intopython:3.13from
miss-islington:backport-559b0e7-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 18, 2024

Set TERM environment variable to "dumb" to disable traceback colors
in IDLE, since IDLE doesn't understand ANSI escape sequences.
(cherry picked from commit 559b0e7)

Co-authored-by: Victor Stinner vstinner@python.org

Set TERM environment variable to "dumb" to disable traceback colors
in IDLE, since IDLE doesn't understand ANSI escape sequences.
(cherry picked from commit 559b0e7)

Co-authored-by: Victor Stinner <vstinner@python.org>
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

X Tutup