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 Ramchandra Apte
Recipients Ramchandra Apte
Date 2012-10-17.03:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350444394.63.0.4278126209.issue16259@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/test/regrtest.py:1336 , exec is used to import an module. I think it could be replaced with an __import__ call.
History
Date User Action Args
2012-10-17 03:26:34Ramchandra Aptesetrecipients: + Ramchandra Apte
2012-10-17 03:26:34Ramchandra Aptesetmessageid: <1350444394.63.0.4278126209.issue16259@psf.upfronthosting.co.za>
2012-10-17 03:26:34Ramchandra Aptelinkissue16259 messages
2012-10-17 03:26:34Ramchandra Aptecreate