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 martin.panter
Recipients Andrew Cameron, docs@python, martin.panter, python-dev
Date 2016-06-23.01:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466644267.56.0.459041650643.issue27370@psf.upfronthosting.co.za>
In-reply-to
Content
The t vs x mixup was introduced by my sloppy backport in Issue 16701. The other problem here is x is generally defined as any arbitrary object, but redefined as an iterable in the footnote. I think we should use t instead, as in the other two slice assignment operations and in Python 3. My commit should have fixed both these problems.
History
Date User Action Args
2016-06-23 01:11:07martin.pantersetrecipients: + martin.panter, docs@python, python-dev, Andrew Cameron
2016-06-23 01:11:07martin.pantersetmessageid: <1466644267.56.0.459041650643.issue27370@psf.upfronthosting.co.za>
2016-06-23 01:11:07martin.panterlinkissue27370 messages
2016-06-23 01:11:06martin.pantercreate