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 brian.curtin, eric.smith, lemburg
Date 2010-07-08.15:36:20
SpamBayes Score 0.0021660747
Marked as misclassified No
Message-id <1278603383.31.0.0760734388633.issue7766@psf.upfronthosting.co.za>
In-reply-to
Content
The previously mentioned comments about backwards incompatibility with the number of items in the sequence are now a problem, since structseq now inherits from tuple. It seems that n_in_sequence gets ignored and we have a 9 item tuple.
History
Date User Action Args
2010-07-08 15:36:24brian.curtinsetrecipients: + brian.curtin, lemburg, eric.smith
2010-07-08 15:36:23brian.curtinsetmessageid: <1278603383.31.0.0760734388633.issue7766@psf.upfronthosting.co.za>
2010-07-08 15:36:21brian.curtinlinkissue7766 messages
2010-07-08 15:36:20brian.curtincreate