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