We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a71ef commit b3649a7Copy full SHA for b3649a7
Lib/test/pythoninfo.py
@@ -289,6 +289,8 @@ def format_groups(groups):
289
"DISTUTILS_USE_SDK",
290
"DYLD_LIBRARY_PATH",
291
"ENSUREPIP_OPTIONS",
292
+ "FORCE_COLOR",
293
+ "GITHUB_ACTIONS",
294
"HISTORY_FILE",
295
"HOME",
296
"HOMEDRIVE",
@@ -305,11 +307,13 @@ def format_groups(groups):
305
307
"MAKEFLAGS",
306
308
"MIXERDEV",
309
"MSSDK",
310
+ "NO_COLOR",
311
"PATH",
312
"PATHEXT",
313
"PIP_CONFIG_FILE",
314
"PLAT",
315
"POSIXLY_CORRECT",
316
+ "PYTHON_COLORS",
317
"PY_SAX_PARSER",
318
"ProgramFiles",
319
"ProgramFiles(x86)",
0 commit comments