[issue18045] get_python_version is not import in bdist_rpm.py

Éric Araujo report at bugs.python.org
Thu May 30 17:25:53 CEST 2013


Éric Araujo added the comment:

Thanks for catching this.  I think the patch is incorrect when it replaces “from sysconfig import get_python_version” by “from distutils.sysconfig import get_python_version”; it should only add the missing import in bdist_rpm.py, not touch the other modules.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18045>
_______________________________________


More information about the Python-bugs-list mailing list