[Python-Dev] Re: PEP 244 syntax

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 18 Jul 2001 00:50:27 +0200


> But it doesn't appear that PEP 244 allows multiple directives per line:
> 
>     A directive_statement is a statement of the form
> 
>         directive_statement: 'directive' NAME [atom] [';'] NEWLINE
> 
> If you decide to allow it, then the semicolon makes sense, but not
> otherwise.

Ok, then I guess I should put the directive statement into the
small_stmt category, and allow multiple of those in a single line.

Regards,
Martin