Re: [Python-Dev] 2to3 bug fixes

2008-10-02 Thread Benjamin Peterson
On Thu, Oct 2, 2008 at 5:36 PM, Victor Stinner <[EMAIL PROTECTED]> wrote: > Le Friday 03 October 2008 00:13:16 Benjamin Peterson, vous avez écrit : >> What should the policy on 2to3 bug fixes be for the maintenance >> branch? I'm asking because I remember vaguely someone suggesting that >> new 2to3

Re: [Python-Dev] 2to3 bug fixes

2008-10-02 Thread Victor Stinner
Le Friday 03 October 2008 00:13:16 Benjamin Peterson, vous avez écrit : > What should the policy on 2to3 bug fixes be for the maintenance > branch? I'm asking because I remember vaguely someone suggesting that > new 2to3 fixers could fit into that category. Python3 removes os.getcwdu() and introdu

Re: [Python-Dev] 2to3 bug fixes

2008-10-02 Thread Guido van Rossum
On Thu, Oct 2, 2008 at 3:13 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > What should the policy on 2to3 bug fixes be for the maintenance > branch? I'm asking because I remember vaguely someone suggesting that > new 2to3 fixers could fit into that category. > > So, should I only merge "pure" b

[Python-Dev] 2to3 bug fixes

2008-10-02 Thread Benjamin Peterson
What should the policy on 2to3 bug fixes be for the maintenance branch? I'm asking because I remember vaguely someone suggesting that new 2to3 fixers could fit into that category. So, should I only merge "pure" bug fixes, or do I get to stretch the definition a little? -- Cheers, Benjamin Peters