summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-12 21:11:20 (GMT)
committerGitHub <noreply@github.com>2024-12-12 21:11:20 (GMT)
commita8ffe661548e16ad02dbe6cb8a89513d7ed2a42c (patch)
treea5d8ea0221db8939f00540d5b65c3241369aecaf /Misc
parented037d229f64db90aea00f397e9ce1b2f4a22d3f (diff)
downloadcpython-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.rst2
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.