Re: [Python-3000] PEP 367: New Super

2007-05-20 Thread Nick Coghlan
Tim Delaney wrote: > So the question is, should the method store the class, or the name? Looking > up by name could pick up a totally unrelated class, but storing the > undecorated class could miss something important in the decoration. Couldn't we provide a mechanism whereby the cell can be adj

Re: [Python-3000] Support for PEP 3131

2007-05-20 Thread Martin v. Löwis
> That is how I felt when you dismissed my effort to make your proposal more > useful and more acceptable to some (by addressing transliteration) with the > little molehill problem that Norwegians and Germans disagree about o: > (rotated 90 degrees). So let me phrase this differently: I'm not a

Re: [Python-3000] PEP 367: New Super

2007-05-20 Thread Tim Delaney
Nick Coghlan wrote: > Tim Delaney wrote: >> So the question is, should the method store the class, or the name? >> Looking up by name could pick up a totally unrelated class, but >> storing the undecorated class could miss something important in the >> decoration. > > Couldn't we provide a mechan

Re: [Python-3000] Radical idea: remove built-in open (require import io)

2007-05-20 Thread Baptiste Carvello
Guido van Rossum a écrit : > On 5/18/07, Baptiste Carvello <[EMAIL PROTECTED]> wrote: >> Guido van Rossum a écrit : >>> Do people think it would be too radical if the built-in open() >>> function was removed altogether, requiring all code that opens files >>> to import the io module first? This wou

Re: [Python-3000] Radical idea: remove built-in open (require import io)

2007-05-20 Thread Baptiste Carvello
Georg Brandl a écrit : > Baptiste Carvello schrieb: >> Guido van Rossum a écrit : >>> Do people think it would be too radical if the built-in open() >>> function was removed altogether, requiring all code that opens files >>> to import the io module first? This would make it easier to identify >>>

[Python-3000] Introduction and request for commit access to the sandbox.

2007-05-20 Thread Alexandre Vassalotti
Hello, As some of you may already know, I will be working on Python for this year Google Summer of Code. My project is to merge the modules with a dual C and Python implementation, i.e. cPickle/pickle, cStringIO/StringIO and cProfile/profile [1]. This project is part of the standard library reorg

Re: [Python-3000] PEP 367: New Super

2007-05-20 Thread Phillip J. Eby
At 04:25 PM 5/20/2007 +1000, Tim Delaney wrote: >I'm not sure what you're getting at here - are you referring to the >decorators for classes PEP? In that case, the decorator is applied >after the class is constructed, so it would be the undecorated class. > >Are class decorators going to update t

Re: [Python-3000] [Python-Dev] PEP 367: New Super

2007-05-20 Thread Phillip J. Eby
At 06:20 PM 5/20/2007 +1000, Tim Delaney wrote: >Nick Coghlan wrote: > > Tim Delaney wrote: > >> So the question is, should the method store the class, or the name? > >> Looking up by name could pick up a totally unrelated class, but > >> storing the undecorated class could miss something important

Re: [Python-3000] [Python-Dev] Introduction and request for commit access to the sandbox.

2007-05-20 Thread Martin v. Löwis
> With that said, I would to request svn access to the sandbox for my > work. I will use this access only for modifying stuff in the directory > I will be assigned to. I would like to use the username "avassalotti" > and the attached SSH2 public key for this access. I have added your key. As we ha