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 rhettinger
Recipients benjamin.peterson, georg.brandl, jmillikin, pitrou, rhettinger
Date 2009-05-14.19:26:07
SpamBayes Score 0.0004153515
Marked as misclassified No
Message-id <1242329170.29.0.830372942786.issue5945@psf.upfronthosting.co.za>
In-reply-to
Content
Why did the list implementation get changed in Py3.x?  Is it now
necessary for any subscripting type to put the same method in both the
sequence methods and mapping methods?  Was this change necessary?
History
Date User Action Args
2009-05-14 19:26:10rhettingersetrecipients: + rhettinger, georg.brandl, pitrou, benjamin.peterson, jmillikin
2009-05-14 19:26:10rhettingersetmessageid: <1242329170.29.0.830372942786.issue5945@psf.upfronthosting.co.za>
2009-05-14 19:26:08rhettingerlinkissue5945 messages
2009-05-14 19:26:07rhettingercreate