mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge indentation fix from 3.3.
This commit is contained in:
commit
03a0c27569
1 changed files with 6 additions and 6 deletions
|
@ -2146,13 +2146,13 @@ compiler_try_except(struct compiler *c, stmt_ty s)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
try:
|
try:
|
||||||
# body
|
# body
|
||||||
except type as name:
|
except type as name:
|
||||||
try:
|
try:
|
||||||
# body
|
# body
|
||||||
finally:
|
finally:
|
||||||
name = None
|
name = None
|
||||||
del name
|
del name
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* second try: */
|
/* second try: */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue