This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients dmi.baranov, eric.araujo, maoliping455, tarek
Date 2013-05-30.15:25:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369927553.83.0.213315820866.issue18045@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-30 15:25:53eric.araujosetrecipients: + eric.araujo, tarek, dmi.baranov, maoliping455
2013-05-30 15:25:53eric.araujosetmessageid: <1369927553.83.0.213315820866.issue18045@psf.upfronthosting.co.za>
2013-05-30 15:25:53eric.araujolinkissue18045 messages
2013-05-30 15:25:53eric.araujocreate