commit | 6b3f3f2861fdb86f0065b7d797ea76098797e06c | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Nov 29 15:48:22 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Nov 29 15:48:22 2000 +0000 |
tree | c5f0d15b092c8e2e263710a2e99bcf2284f42cf5 | |
parent | 15ffc71c0f811d4c3053efb0480d70502ec35c99 [diff] |
In the first discussion showing how to handle exceptions from C, make the Python equivalent actually equivalent to the C code. Also, in the C code, place the "goto" statements on a line by themselves for better visibility of statements that affect control flow. This closes bug #123398.