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 a49567e commit 64a5cedCopy full SHA for 64a5ced
1 file changed
Lib/test/pythoninfo.py
@@ -310,6 +310,7 @@ def format_groups(groups):
310
"COLUMNS",
311
"COMPUTERNAME",
312
"COMSPEC",
313
+ "CONTAINER",
314
"CPP",
315
"CPPFLAGS",
316
"DISPLAY",
@@ -370,9 +371,6 @@ def format_groups(groups):
370
371
"_PYTHON_SYSCONFIGDATA_PATH",
372
"__PYVENV_LAUNCHER__",
373
- # Lower case variables
374
- "container",
375
-
376
# Sanitizer options
377
"ASAN_OPTIONS",
378
"LSAN_OPTIONS",
0 commit comments