New submission from David W. Lambert <[EMAIL PROTECTED]>: $ #rm -f file_that_is_not_here.py $ 2to3 file_that_is_not_here.py
The program spends considerable time preparing itself only to discover that it cannot open the file. ---------- components: 2to3 (2.x to 3.0 conversion tool) messages: 77327 nosy: LambertDW severity: normal status: open title: 2to3 does not fail as early as possible. type: performance _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4596> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com