This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zivkovicperica
Recipients
Date 2004-12-19.16:35:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
in chapter "9.11 Generator Expressions" in "Python
Tutorial" this example is not working:

>>> sum(i*i for i in range(10))                 # sum
of squares
285

I'm using Python 2.3.4 (GCC 3.4.2) on FreeBSD 5.3 

History
Date User Action Args
2007-08-23 14:28:35adminlinkissue1087975 messages
2007-08-23 14:28:35admincreate