[Python-Dev] PyPI comments and ratings, *really*?

2009-11-12 Thread Ludvig Ericson
Why are there comments on PyPI? Moreso, why are there comments which I cannot control as a package author on my very own packages? That's just absurd. It's *my* package, and so should be *my* choice if I want user input or not. And ratings? I thought it was the Python Package Index, not t

Re: [Python-Dev] Fast Implementation for ZIP decryption

2009-08-30 Thread Ludvig Ericson
0.4 seconds. If this matters to the users of the API, then likely they'd search for alternatives -- no need for it to go into the standard library just because it replaces functionality, or am I misunderstanding? - Ludvig Ericson ___ Pytho

Re: [Python-Dev] PEP 3142: Add a "while" clause to generator expressions

2009-01-21 Thread Ludvig Ericson
The following was supposed to go to the list: 18:29 Gerald Britton: Yes you could have long lines, but you wouldn't have to use it. You could still code it up as you would today. It might be convenient for shorter expressions though. 12:12 PM Ludvig Ericson: On Jan 21, 2009, at

[Python-Dev] Fwd: Partial function application 'from the right'

2009-01-31 Thread Ludvig Ericson
Begin forwarded message: From: Ludvig Ericson Date: January 31, 2009 16:43:50 GMT+01:00 To: Alexander Belopolsky Subject: Re: [Python-Dev] Partial function application 'from the right' On Jan 31, 2009, at 04:02, Alexander Belopolsky wrote: On Fri, Jan 30, 2009 at 7:42 PM, Anto

Re: [Python-Dev] Fwd: Partial function application 'from the right'

2009-02-01 Thread Ludvig Ericson
Nick Coghlan wrote: That won't work: ... = 1 File "", line 1 SyntaxError: can't assign to Ellipsis Well, I was trying to be funny and was under the impression that Python 3.0 had Unicode identifiers, but apparently it doesn't. (I used …, not ...) - Ludvig _