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 christian.heimes
Recipients barry, christian.heimes
Date 2013-10-09.18:52:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381344753.88.0.523856527063.issue19205@psf.upfronthosting.co.za>
In-reply-to
Content
The site and sysconfig module are too intermingled to remove the import of sysconfig from the site module. However the sysconfig module doesn't use the re module in most cases anymore. The parsing functions for Makefile and pyconfig.h are only used by distutils.

The patch moves "import re" inside three functions.
History
Date User Action Args
2013-10-09 18:52:33christian.heimessetrecipients: + christian.heimes, barry
2013-10-09 18:52:33christian.heimessetmessageid: <1381344753.88.0.523856527063.issue19205@psf.upfronthosting.co.za>
2013-10-09 18:52:33christian.heimeslinkissue19205 messages
2013-10-09 18:52:33christian.heimescreate