Kaydet (Commit) 03a0c275 authored tarafından Ezio Melotti's avatar Ezio Melotti

Merge indentation fix from 3.3.

...@@ -2146,13 +2146,13 @@ compiler_try_except(struct compiler *c, stmt_ty s) ...@@ -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: */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment