Re: [Python-Dev] Help on choosing a PEP to volunteer on it : 308, 328 or 343

2006-02-08 Thread Brett Cannon
On 2/8/06, Thomas Wouters <[EMAIL PROTECTED]> wrote: > On Wed, Feb 08, 2006 at 01:39:34PM -0800, Brett Cannon wrote: > > On 2/8/06, Joao Macaiba <[EMAIL PROTECTED]> wrote: > > > > 1. For a newbie in the Python core development, what is the best PEP to > > > begin with ? > > > Wild guess? 308, but

Re: [Python-Dev] Help on choosing a PEP to volunteer on it : 308, 328 or 343

2006-02-08 Thread Thomas Wouters
On Wed, Feb 08, 2006 at 01:39:34PM -0800, Brett Cannon wrote: > On 2/8/06, Joao Macaiba <[EMAIL PROTECTED]> wrote: > > 1. For a newbie in the Python core development, what is the best PEP to > > begin with ? > Wild guess? 308, but that still requires changing the grammar and > editing the AST co

Re: [Python-Dev] Help on choosing a PEP to volunteer on it : 308, 328 or 343

2006-02-08 Thread Raymond Hettinger
[Joao Macaiba] > 1. For a newbie in the Python core development, what is the best PEP to > begin with ? I recommend, PEP 308: Conditional Expressions Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/py

Re: [Python-Dev] Help on choosing a PEP to volunteer on it : 308, 328 or 343

2006-02-08 Thread Brett Cannon
On 2/8/06, Joao Macaiba <[EMAIL PROTECTED]> wrote: > Hi. I'm interested in doing an undergraduate project under some Python > core PEP. > > I'm newbie to Python core. Program in C/C++. > > I've downloaded the sources with svn and now I'm studying it. > > > There are 3 PEP accepted : > > . 308 : Con

[Python-Dev] Help on choosing a PEP to volunteer on it : 308, 328 or 343

2006-02-08 Thread Joao Macaiba
Hi. I'm interested in doing an undergraduate project under some Python core PEP. I'm newbie to Python core. Program in C/C++. I've downloaded the sources with svn and now I'm studying it. There are 3 PEP accepted : . 308 : Conditional Expressions . 328 : Imports: Multi-Line and Absolute/Rela