[New-bugs-announce] [issue4596] 2to3 does not fail as early as possible.

David W. Lambert report at bugs.python.org
Mon Dec 8 17:55:06 CET 2008


New submission from David W. Lambert <lambertdw at corning.com>:

$ #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 <report at bugs.python.org>
<http://bugs.python.org/issue4596>
_______________________________________


More information about the New-bugs-announce mailing list