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 ronaldoussoren
Recipients astrand, brett.cannon, kosuha, michaeltsai, ronaldoussoren
Date 2009-04-02.10:25:59
SpamBayes Score 2.9548697e-11
Marked as misclassified No
Message-id <1238667961.0.0.447271128419.issue1590864@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-02 10:26:01ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, astrand, michaeltsai, kosuha
2009-04-02 10:26:01ronaldoussorensetmessageid: <1238667961.0.0.447271128419.issue1590864@psf.upfronthosting.co.za>
2009-04-02 10:25:59ronaldoussorenlinkissue1590864 messages
2009-04-02 10:25:59ronaldoussorencreate