Benjamin Peterson wrote:
On Sat, Apr 26, 2008 at 3:34 PM, Georg Brandl <[EMAIL PROTECTED]> wrote:
 "Set" is definitely misleading -- it has no ordering.

True. I was trying to convey the unrepeated part of the set
definition. Is "an ordered set of integers" better?


What's wrong with 'sequence'? You can index it, find out it's length, etc - sounds like a sequence to me. The only difference between it and the list returned in the 2.x series is that it should be far more memory efficient because it will just store the start/stop/step values instead of every value in the sequence.

Cheers,
Nick.

--
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to