Message 75193 - Python tracker
Message75193
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson |
| Date | 2008-10-24.22:32:09 |
| SpamBayes Score | 0.00069538667 |
| Marked as misclassified | No |
| Message-id | <1224887535.03.0.272495603252.issue4199@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PEP 3104 says that the nonlocal and global statements should allow a shorthand. ("global x; x = 3" == "global x = 3") This patch implements that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-24 22:32:35 | benjamin.peterson | set | recipients: + benjamin.peterson |
| 2008-10-24 22:32:15 | benjamin.peterson | set | messageid: <1224887535.03.0.272495603252.issue4199@psf.upfronthosting.co.za> |
| 2008-10-24 22:32:14 | benjamin.peterson | link | issue4199 messages |
| 2008-10-24 22:32:13 | benjamin.peterson | create | |