]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change documentation of 'else' clause of 'try/except' to make clear that it
authorThomas Wouters <thomas@python.org>
Sun, 31 Dec 2000 22:52:59 +0000 (22:52 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 31 Dec 2000 22:52:59 +0000 (22:52 +0000)
commit8e2b6b5cc7c2141fb49b49e60a3e27815836730c
treec21bf24bcab81984a7dc4fdb371c2cb43f6bd911
parent9473649e90fc65513e6c64cf081300d8bd3f6cee
Change documentation of 'else' clause of 'try/except' to make clear that it
doesn't get triggered by 'return', 'break' or 'continue'. If the
'try-inside-continue' patch does not get accepted before next release, the
'or continue' should be removed ;P

Closes SF patch #103045 and SF bug #127098.
Doc/ref/ref7.tex