[Python-ideas] SyntaxWarning for for/while/else without break or return?
Stephen J. Turnbull
stephen at xemacs.org
Sat Oct 10 20:36:07 CEST 2009
More information about the Python-ideas mailing list
Sat Oct 10 20:36:07 CEST 2009
- Previous message: [Python-ideas] SyntaxWarning for for/while/else without break or return?
- Next message: [Python-ideas] SyntaxWarning for for/while/else without break or return?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Arnaud Delobelle writes: > Also, it would be odd to have a language feature that generates a > warning whenever it is used :) Not really. Deprecation warnings behave that way. AFAICS, a deprecation warning is just the extreme case of a syntax warning.
- Previous message: [Python-ideas] SyntaxWarning for for/while/else without break or return?
- Next message: [Python-ideas] SyntaxWarning for for/while/else without break or return?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list