Skip to content

Commit 684d2b9

Browse files
bpo-24916: Remove an outdated comment. (GH-19101)
1 parent 6723e93 commit 684d2b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/sysconfig.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484
_SCHEME_KEYS = ('stdlib', 'platstdlib', 'purelib', 'platlib', 'include',
8585
'scripts', 'data')
8686

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
8987
_PY_VERSION = sys.version.split()[0]
9088
_PY_VERSION_SHORT = '%d.%d' % sys.version_info[:2]
9189
_PY_VERSION_SHORT_NO_DOT = '%d%d' % sys.version_info[:2]

0 commit comments

Comments
 (0)