Guido van Rossum wrote: > try_stmt: 'try' ':' suite > ( > except_clause ':' suite)+ > ['else' ':' suite] ['finally' ':' suite] > | > 'finally' ':' suite > ) > > There is no real complexity in this grammar, it's unambiguous, it's an > easy enough job for the code generator, and it catches a certain class > of mistakes (like mis-indenting some code). Fair enough. Always nice to have some assistence from the system. --eric
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4