diff options
author | Andrey Efremov <duxus@yandex.ru> | 2024-12-14 15:25:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-14 15:25:49 (GMT) |
commit | 0ac40acec045c4ce780cf7d887fcbe4c661e82b7 (patch) | |
tree | 89660667a79353dd552ef04ddb9c159b7bfe53d8 /Misc | |
parent | e2325c9db0650fc06d909eb2b5930c0573f24f71 (diff) | |
download | cpython-0ac40acec045c4ce780cf7d887fcbe4c661e82b7.zip cpython-0ac40acec045c4ce780cf7d887fcbe4c661e82b7.tar.gz cpython-0ac40acec045c4ce780cf7d887fcbe4c661e82b7.tar.bz2 |
gh-127353: Allow to force color output on Windows V2 (#127926)
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, 2 insertions, 0 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 new file mode 100644 index 0000000..88661b9 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2024-11-28-15-55-48.gh-issue-127353.i-XOXg.rst @@ -0,0 +1,2 @@ +Allow to force color output on Windows using environment variables. Patch by +Andrey Efremov. |