Re: [Python-Dev] Backporting tempfile.NamedTemporaryFile context management fix

2008-02-10 Thread Martin v. Löwis
> This has been fixed on the trunk in response to issue 2021, but I'm not > sure of the current status of the 2.5 maintenance branch. Should I wait > until after 2.5.2 is released before backporting? Or backport it now? Please backport it now. The code freeze for the 2.5 branch will come Wednesd

Re: [Python-Dev] Backporting tempfile.NamedTemporaryFile context management fix

2008-02-10 Thread Guido van Rossum
Assuming the fix isn't going to break other things, I'd say now is the time, unless Martin says otherwise. Waiting until after 2.5.2 doesn't make a lot of sense -- either it is a backportable fix, or it isn't. If it is backportable, it can go in as long as the 2.5.2 code freeze isn't in effect. On