[issue35096] Change _PY_VERSION to derive from sys.version_info in sysconfig

Lysandros Nikolaou report at bugs.python.org
Sun Oct 28 19:49:09 EDT 2018


New submission from Lysandros Nikolaou <lisandrosnik at gmail.com>:

In sysconfig.py there is a comment starting with FIXME that states that _PY_VERSION should get its value from sys.version_info instead of sys.version, because it is an implementation detail.

Should this be changed? If so, I would like to create a PR.

----------
messages: 328769
nosy: lys.nikolaou
priority: normal
severity: normal
status: open
title: Change _PY_VERSION to derive from sys.version_info in sysconfig
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35096>
_______________________________________


More information about the Python-bugs-list mailing list