From: Serhiy Storchaka Date: Wed, 10 Jun 2015 21:09:32 +0000 (+0300) Subject: Fixed indentation of Python examples in C comments. X-Git-Tag: v3.6.0a1~2081 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec466a15d99cfb120d405db8307f9f4eb31e51d3;p=python Fixed indentation of Python examples in C comments. --- ec466a15d99cfb120d405db8307f9f4eb31e51d3 diff --cc Python/compile.c index 29b88ff0e3,cbc23aa209..da16b833bf --- a/Python/compile.c +++ b/Python/compile.c @@@ -3630,9 -3630,9 +3630,9 @@@ expr_constant(struct compiler *c, expr_ BLOCK finally: if an exception was raised: -- exc = copy of (exception, instance, traceback) ++ exc = copy of (exception, instance, traceback) else: -- exc = (None, None, None) ++ exc = (None, None, None) if not (await exit(*exc)): raise */