mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merge example fix with 3.2.
This commit is contained in:
commit
87b83dd18c
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ function calls. Many feel that exceptions can conveniently emulate all
|
||||||
reasonable uses of the "go" or "goto" constructs of C, Fortran, and other
|
reasonable uses of the "go" or "goto" constructs of C, Fortran, and other
|
||||||
languages. For example::
|
languages. For example::
|
||||||
|
|
||||||
class label: pass # declare a label
|
class label(Exception): pass # declare a label
|
||||||
|
|
||||||
try:
|
try:
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue