[Python-Dev] More on contextlib - adding back a contextmanager decorator

Guido van Rossum guido at python.org
Tue May 2 16:41:25 CEST 2006


On 5/2/06, Nick Coghlan <ncoghlan at gmail.com> wrote:
> > Nick, do you have it in you to fix PEP 343? Or at least come up with a
> > draft patch? We can take this off-linel with all the +0's and +1's
> > coming in I'm pretty comfortable with this change now, although we
> > should probably wait until later today to commit.
>
> I can handle the PEP (just getting rid of __context__ for now). I'll willingly
> cede the joy of actually fixing SVN to someone else, though :)

OK, if you fix the PEP, I'll fix the code to match; I added most of
those __context__ methods so I can delete them. Unless someone else
beats me to it. :-)

--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list