Lists and Tuples

John La Rooy johnlr at despammed.com
Mon Dec 8 03:02:40 EST 2003


On Mon, 08 Dec 2003 16:36:05 +1300
"Greg Ewing (using news.cis.dfn.de)" <g2h5dqi002 at sneakemail.com> wrote:

> 
> That would add some spice to Python's error messages...
> 
> Python 3.7 (#1, Sep 31 2007, 14:19:37)
> [GCC 5.6.7] on slartibartfast
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> t = (1, 3, 77, 654, 8)
> Traceback (most recent call last):
>    File "<stdin>", line 1, in ?
> HumiliationError: The programmer is a pink-faced baboon (tuple used where
> list would be more appropriate)
> 
Hmmm..Sep 31? Should I file a bug report? ;o)


John




More information about the Python-list mailing list