Ezio Melotti <[EMAIL PROTECTED]> added the comment:

In Python 2.x range() always return a list.
In Python 3.x it will return an iterator.

Other functions will be changed to return an iterator too (see
http://www.python.org/dev/peps/pep-3100/#built-in-namespace).

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3508>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to