[Python-Dev] A Horrible Inconsistency
Guido van Rossum
guido at python.org
Thu May 25 23:09:45 CEST 2006
You're joking right?
On 5/25/06, Fredrik Lundh <fredrik at pythonware.com> wrote:
> >>> -1 * (1, 2, 3)
> ()
> >>> -(1, 2, 3)
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> TypeError: bad operand type for unary -
>
> We Really Need To Fix This!
>
> [\F]
Doesn't the real effbot have /F as sig?
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-Dev
mailing list