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 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:40r.david.murraysetrecipients: + r.david.murray, georg.brandl, ncoghlan, benjamin.peterson, ezio.melotti, eric.araujo, Julian
2011-08-21 16:30:40r.david.murraysetmessageid: <1313944240.62.0.156540339013.issue12782@psf.upfronthosting.co.za>
2011-08-21 16:30:39r.david.murraylinkissue12782 messages
2011-08-21 16:30:39r.david.murraycreate