[Python-Dev] [Python-checkins] r59947 - in python/trunk:Lib/test/test_structseq.py Misc/NEWS (original) (raw)

Christian Heimes lists at cheimes.de
Mon Jan 14 19:41:55 CET 2008


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



More information about the Python-Dev mailing list