diff options
author | Zachary Ware <zach@python.org> | 2023-05-27 17:34:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 17:34:19 (GMT) |
commit | a989b73e8ebf869dcc71d06127e8797c92260a0f (patch) | |
tree | fdfddb9a77864b2c0d61451e012bc3181d23faba /Lib/test/pythoninfo.py | |
parent | 86d8f489359b8f6cc15006bdcbd70521ce621fbb (diff) | |
download | cpython-a989b73e8ebf869dcc71d06127e8797c92260a0f.zip cpython-a989b73e8ebf869dcc71d06127e8797c92260a0f.tar.gz cpython-a989b73e8ebf869dcc71d06127e8797c92260a0f.tar.bz2 |
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Diffstat (limited to 'Lib/test/pythoninfo.py')
-rw-r--r-- | Lib/test/pythoninfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/pythoninfo.py b/Lib/test/pythoninfo.py index adc211b..b84c144 100644 --- a/Lib/test/pythoninfo.py +++ b/Lib/test/pythoninfo.py @@ -296,7 +296,6 @@ def collect_os(info_add): "TEMP", "TERM", "TILE_LIBRARY", - "TIX_LIBRARY", "TMP", "TMPDIR", "TRAVIS", |