diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-12-12 21:11:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 21:11:20 (GMT) |
commit | a8ffe661548e16ad02dbe6cb8a89513d7ed2a42c (patch) | |
tree | a5d8ea0221db8939f00540d5b65c3241369aecaf /Misc | |
parent | ed037d229f64db90aea00f397e9ce1b2f4a22d3f (diff) | |
download | cpython-a8ffe661548e16ad02dbe6cb8a89513d7ed2a42c.zip cpython-a8ffe661548e16ad02dbe6cb8a89513d7ed2a42c.tar.gz cpython-a8ffe661548e16ad02dbe6cb8a89513d7ed2a42c.tar.bz2 |
Revert "gh-127353: Allow to force color output on Windows (#127354)" (#127889)
This reverts commit 365451e28368db46ae89a3a990d85c10c2284aa2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2024-11-28-15-55-48.gh-issue-127353.i-XOXg.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-11-28-15-55-48.gh-issue-127353.i-XOXg.rst b/Misc/NEWS.d/next/Windows/2024-11-28-15-55-48.gh-issue-127353.i-XOXg.rst deleted file mode 100644 index 88661b9..0000000 --- a/Misc/NEWS.d/next/Windows/2024-11-28-15-55-48.gh-issue-127353.i-XOXg.rst +++ /dev/null @@ -1,2 +0,0 @@ -Allow to force color output on Windows using environment variables. Patch by -Andrey Efremov. |