This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients Arfrever, belopolsky, benjamin.peterson, brian.curtin, eric.smith, ezio.melotti, pitrou, rhettinger
Date 2010-07-08.17:22:43
SpamBayes Score 0.00012807186
Marked as misclassified No
Message-id <1278609764.77.0.0893414402298.issue8413@psf.upfronthosting.co.za>
In-reply-to
Content
A side effect of this change is that it kills the ability to have a PyStructSequence which has a smaller visible size than the total number of items. For example, sys.getwindowsversion used to have 5 items in the sequence and 4 items accessible by name only (for backwards compatibility) -- now it's a 9 item tuple.
History
Date User Action Args
2010-07-08 17:22:44brian.curtinsetrecipients: + brian.curtin, rhettinger, belopolsky, pitrou, eric.smith, benjamin.peterson, ezio.melotti, Arfrever
2010-07-08 17:22:44brian.curtinsetmessageid: <1278609764.77.0.0893414402298.issue8413@psf.upfronthosting.co.za>
2010-07-08 17:22:43brian.curtinlinkissue8413 messages
2010-07-08 17:22:43brian.curtincreate