[New-bugs-announce] [issue16259] Replace exec() in test.regrtest with __import__

Ramchandra Apte report at bugs.python.org
Wed Oct 17 05:26:34 CEST 2012


New submission from Ramchandra Apte:

In Lib/test/regrtest.py:1336 , exec is used to import an module. I think it could be replaced with an __import__ call.

----------
components: Library (Lib)
messages: 173126
nosy: ramchandra.apte
priority: normal
severity: normal
status: open
title: Replace exec() in test.regrtest with __import__

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


More information about the New-bugs-announce mailing list