Juanjo Alvarez wrote:
> On Thu, 07 Oct 2010 15:14:12 -0400, bearophile
> <bearophileh...@lycos.com> wrote:
>> This is false both in Python2 and Python3.
> 
> 
> What is exactly false on what I said?

> python
Python 2.6.5 (r265:79063, Apr  1 2010, 05:28:39)
[GCC 4.4.3 20100316 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a, b, c, _ = ('tuple', 'of', 'three')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: need more than 3 values to unpack
>>>

                Jerome
-- 
mailto:jeber...@free.fr
http://jeberger.free.fr
Jabber: jeber...@jabber.fr

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to