Message142550
| 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:29 | georg.brandl | set | recipients: + georg.brandl, ncoghlan, benjamin.peterson, eric.araujo, Julian |
| 2011-08-20 18:27:29 | georg.brandl | set | messageid: <1313864849.03.0.128760768066.issue12782@psf.upfronthosting.co.za> |
| 2011-08-20 18:27:28 | georg.brandl | link | issue12782 messages |
| 2011-08-20 18:27:28 | georg.brandl | create | |