[Python-ideas] Allow parentheses to be used with "with" block

Steven D'Aprano steve at pearwood.info
Tue Feb 17 03:37:29 CET 2015


On Mon, Feb 16, 2015 at 05:18:36PM -0500, Neil Girdhar wrote:
> I think the most consistent way to do this if we would do it is to support
> parentheses around the "with statement".  We now know that though it's not
> "trivial", it's not too hard to implement it in the way that Andrew
> suggests.  I'd consider doing it if there were an approved PEP and a
> guaranteed fast review.

Neil, I suggest you go and volunteer on the bug tracker. I posted a link 
to the open issue there. If you ask there, it won't be forgotten, and 
the core devs are more likely to take notice.


-- 
Steve


More information about the Python-ideas mailing list