Re: [Edu-sig] [Python-3000] Pre-PEP: Simple input built-in in Python 3000

2007-02-27 Thread kirby urner
On 2/27/07, John Zelle <[EMAIL PROTECTED]> wrote: > Thank you to Andre, Guido, and all those who pushed for this! Your efforts are > appreciated! > > --John > Yeah, likewise congrats, even though I devil's advocated against it as I recall. Kirby ___ Edu

Re: [Edu-sig] [Python-3000] Pre-PEP: Simple input built-in in Python 3000

2007-02-27 Thread John Zelle
Thank you to Andre, Guido, and all those who pushed for this! Your efforts are appreciated! --John On Monday 26 February 2007 6:30 pm, Guido van Rossum wrote: > We implemented this at today's sprint. Andre wrote the transformations > for the 2to3 tools, I copied the raw_input() implementation f

Re: [Edu-sig] [Python-3000] Pre-PEP: Simple input built-in in Python 3000

2007-02-26 Thread Guido van Rossum
We implemented this at today's sprint. Andre wrote the transformations for the 2to3 tools, I copied the raw_input() implementation from the trunk back into the p3yk branch. Thanks Andre for your efforts in writing the PEP, pushing for its implementation, and writing the transformations! --Guido O