This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients Julian, benjamin.peterson, eric.araujo, georg.brandl, ncoghlan
Date 2011-08-20.18:27:28
SpamBayes Score 0.00018698677
Marked as misclassified No
Message-id <1313864849.03.0.128760768066.issue12782@psf.upfronthosting.co.za>
In-reply-to
Content
> is the only other example I can think of 

One similar example would be "raise" in Python 2.

> all compound statements uniformly allowed the same continuation syntax.

This is not true: only "import-as" allows this syntax.  All other uses of parentheses for continuation are continuations of *expressions*.
History
Date User Action Args
2011-08-20 18:27:29georg.brandlsetrecipients: + georg.brandl, ncoghlan, benjamin.peterson, eric.araujo, Julian
2011-08-20 18:27:29georg.brandlsetmessageid: <1313864849.03.0.128760768066.issue12782@psf.upfronthosting.co.za>
2011-08-20 18:27:28georg.brandllinkissue12782 messages
2011-08-20 18:27:28georg.brandlcreate