On Jan 14, 2008 10:41 AM, Christian Heimes <[EMAIL PROTECTED]> wrote: > Guido van Rossum wrote: > > And I see no need for the new sys.flags object to be a tuple at all. > > Correct. We don't need item access anymore. However the struct seq > should still be slice-able for functions like time.mktime().
Oh, that's a good point. I think it actually doesn't make sense for it to be sliceable without behaving like a sequence in all (or most) aspects. I don't think this applies to struct stat though; I can never remember the order of the values there, unlike the first 6 of a time tuple, which have an obvious order. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com