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
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
[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
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
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