Message85190
I don't understand why the function-level imports cannot be removed.
Wouldn't it be possible to do something like this:
from errno import ENOENT as _ENOENT, ENOTDIR as _ENOTDIR
def _execvpe(file, args, env=None):
pass # Use _ENOENT and _ENOTDIR in this code
BTW. it is IMO rather strange to close issues as wont fix when there is a
real error in supported and not deprecated code. |
|
Date |
User |
Action |
Args |
2009-04-02 10:26:01 | ronaldoussoren | set | recipients:
+ ronaldoussoren, brett.cannon, astrand, michaeltsai, kosuha |
2009-04-02 10:26:01 | ronaldoussoren | set | messageid: <1238667961.0.0.447271128419.issue1590864@psf.upfronthosting.co.za> |
2009-04-02 10:25:59 | ronaldoussoren | link | issue1590864 messages |
2009-04-02 10:25:59 | ronaldoussoren | create | |
|