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(). Christian