From: Guido van Rossum Date: Wed, 30 Jan 2019 23:49:12 +0000 (-0800) Subject: Break up long comment to trigger Appveyor build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11645%2Fhead;p=thirdparty%2FPython%2Fcpython.git Break up long comment to trigger Appveyor build --- diff --git a/Grammar/Grammar b/Grammar/Grammar index e125b72cdfc6..e65a688e4cd8 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -153,7 +153,8 @@ encoding_decl: NAME yield_expr: 'yield' [yield_arg] yield_arg: 'from' test | testlist_star_expr -# the TYPE_COMMENT in suites is only parsed for funcdefs, but can't go elsewhere due to ambiguity +# the TYPE_COMMENT in suites is only parsed for funcdefs, +# but can't go elsewhere due to ambiguity func_body_suite: simple_stmt | NEWLINE [TYPE_COMMENT NEWLINE] INDENT stmt+ DEDENT func_type_input: func_type NEWLINE* ENDMARKER