There was an error while loading. Please reload this page.
1 parent 6723e93 commit 684d2b9Copy full SHA for 684d2b9
1 file changed
Lib/sysconfig.py
@@ -84,8 +84,6 @@
84
_SCHEME_KEYS = ('stdlib', 'platstdlib', 'purelib', 'platlib', 'include',
85
'scripts', 'data')
86
87
- # FIXME don't rely on sys.version here, its format is an implementation detail
88
- # of CPython, use sys.version_info or sys.hexversion
89
_PY_VERSION = sys.version.split()[0]
90
_PY_VERSION_SHORT = '%d.%d' % sys.version_info[:2]
91
_PY_VERSION_SHORT_NO_DOT = '%d%d' % sys.version_info[:2]
0 commit comments