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 Esa.Peuha, christian.heimes, ned.deily, ronaldoussoren, vstinner
Date 2013-10-22.11:45:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382442357.23.0.036036690335.issue19325@psf.upfronthosting.co.za>
In-reply-to
Content
For distutils function you can move the import of re inside the function body. It's not elegant but it does the trick w/o much slowdown or inconveniences.
History
Date User Action Args
2013-10-22 11:45:57christian.heimessetrecipients: + christian.heimes, ronaldoussoren, vstinner, ned.deily, Esa.Peuha
2013-10-22 11:45:57christian.heimessetmessageid: <1382442357.23.0.036036690335.issue19325@psf.upfronthosting.co.za>
2013-10-22 11:45:57christian.heimeslinkissue19325 messages
2013-10-22 11:45:57christian.heimescreate