Issue 4596: 2to3 does not fail as early as possible. (original) (raw)

Issue4596

Created on 2008-12-08 16:55 by LambertDW, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg77327 - (view) Author: David W. Lambert (LambertDW) Date: 2008-12-08 16:55
$ #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.
msg77385 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-12-09 02:12
I'm tempted to close this as a "won't fix". For 99.9% of cases, it would only be annoying to check for the presence of a file before starting up.
msg77391 - (view) Author: David W. Lambert (LambertDW) Date: 2008-12-09 07:30
Granted, this isn't the hottest issue circulating.
msg114616 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-08-21 23:59
Closing.
History
Date User Action Args
2022-04-11 14:56:42 admin set github: 48846
2010-08-21 23:59:36 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: wont fix
2008-12-09 07:30:26 LambertDW set messages: +
2008-12-09 02:12:05 benjamin.peterson set priority: lownosy: + benjamin.petersonmessages: +
2008-12-08 16:55:05 LambertDW create