On 9/2/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
> On 9/2/07, Brett Cannon <[EMAIL PROTECTED]> wrote:
> > PEP 3115 says a metaclass' __prepare__ takes two positional arguments,
> > name and bases. But the example has it actually accept an arbitrary
> > number of arguments: name and then ever
On 9/2/07, Brett Cannon <[EMAIL PROTECTED]> wrote:
> PEP 3115 says a metaclass' __prepare__ takes two positional arguments,
> name and bases. But the example has it actually accept an arbitrary
> number of arguments: name and then everything else is bound to bases.
>
> Which happens to be true? I
2007/9/2, Brett Cannon <[EMAIL PROTECTED]>:
> PEP 3115 says a metaclass' __prepare__ takes two positional arguments,
> name and bases. But the example has it actually accept an arbitrary
> number of arguments: name and then everything else is bound to bases.
>
> Which happens to be true?
I've pla
PEP 3115 says a metaclass' __prepare__ takes two positional arguments,
name and bases. But the example has it actually accept an arbitrary
number of arguments: name and then everything else is bound to bases.
Which happens to be true? I'm too tired to even fully trust that I am
reading the PEP c