Message135820
| Author | ezio.melotti |
|---|---|
| Recipients | docs@python, ezio.melotti, jstadler, ncoghlan, r.david.murray, terry.reedy |
| Date | 2011-05-12.05:51:47 |
| SpamBayes Score | 3.838952e-05 |
| Marked as misclassified | No |
| Message-id | <1305179508.68.0.729868464798.issue8824@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In 3.x exec is a function, so the reference to 'in' should be removed/updated. On 2.x it might be better to just use ``in`` instead of :keyword:`in`, because the latter probably links to the 'in' operator that checks for containment. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-05-12 05:51:48 | ezio.melotti | set | recipients: + ezio.melotti, terry.reedy, ncoghlan, r.david.murray, docs@python, jstadler |
| 2011-05-12 05:51:48 | ezio.melotti | set | messageid: <1305179508.68.0.729868464798.issue8824@psf.upfronthosting.co.za> |
| 2011-05-12 05:51:47 | ezio.melotti | link | issue8824 messages |
| 2011-05-12 05:51:47 | ezio.melotti | create | |