Re: [Python-Dev] py3k and not equal; re names

2006-02-09 Thread Barry Warsaw
On Thu, 2006-02-09 at 19:10 -0500, Jim Jewett wrote: > Logically, "<=" means the same as "< or =" > > <> does not mean the same as "< or >"; it might just mean that > they aren't comparable. Whether that is a strong enough reason > to remove it is another question. Visually, "==" looks very sym

Re: [Python-Dev] release plan for 2.5 ?

2006-02-10 Thread Barry Warsaw
On Feb 10, 2006, at 3:21 PM, Guido van Rossum wrote: > > PEP 351 - freeze protocol. I'm personally -1; I don't like the idea of > freezing arbitrary mutable data structures. Are there champions who > want to argue this? I have no interest in it any longer, and wouldn't shed a tear if it were rej

Re: [Python-Dev] release plan for 2.5 ?

2006-02-10 Thread Barry Warsaw
On Feb 10, 2006, at 5:47 PM, Guido van Rossum wrote: > On 2/10/06, Raymond Hettinger <[EMAIL PROTECTED]> wrote: >> [Barry Warsaw"]like to put email 3.1 in Python 2.5 >>> with the new module naming scheme. The old names will still work, >>> and all the unit

Re: [Python-Dev] PEP 351

2006-02-11 Thread Barry Warsaw
On Feb 11, 2006, at 3:55 PM, Alex Martelli wrote: > > On Feb 10, 2006, at 1:05 PM, Raymond Hettinger wrote: > >> [Guido van Rossum] >>> PEP 351 - freeze protocol. I'm personally -1; I don't like the >>> idea of >>> freezing arbitrary mutable data structures. Are there champions who >>> want to arg

<    23   24   25   26   27   28