Message142631
| Author | r.david.murray |
|---|---|
| Recipients | Julian, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, ncoghlan, r.david.murray |
| Date | 2011-08-21.16:30:39 |
| SpamBayes Score | 0.024681794 |
| Marked as misclassified | No |
| Message-id | <1313944240.62.0.156540339013.issue12782@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Following on to Georg's comment about expressions, as a workaround, note
that:
with (
open('abc')) as foo:
works. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-21 16:30:40 | r.david.murray | set | recipients: + r.david.murray, georg.brandl, ncoghlan, benjamin.peterson, ezio.melotti, eric.araujo, Julian |
| 2011-08-21 16:30:40 | r.david.murray | set | messageid: <1313944240.62.0.156540339013.issue12782@psf.upfronthosting.co.za> |
| 2011-08-21 16:30:39 | r.david.murray | link | issue12782 messages |
| 2011-08-21 16:30:39 | r.david.murray | create | |