[Python-Dev] PEP 343 rewrite complete

Paul Moore p.f.moore at gmail.com
Sun Jun 5 18:10:17 CEST 2005


On 6/1/05, Guido van Rossum <gvanrossum at gmail.com> wrote:
> I hope that I've got the rewrite of PEP 343 to include generator
> extensions right now. I've chosen the 'with' keyword. Please review
> here; I think this is ready for review by the unwashed masses. :-)
> 
>   http://www.python.org/peps/pep-0343.html

A fairly minor point - with_template read wrongly to me for quite a
while: I read it as something along the lines of "with a template"
(which then doesn't make much sense...) rather than "template for the
with statement".

Unfortunately, I don't have a better naming suggestion (other than
simply "template", which is probably too general to work), so I just
raise this as something you should expect to need to clarify a few
times...

Paul.


More information about the Python-Dev mailing list