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 sjt
Recipients docs@python, sjt
Date 2017-04-22.17:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492881849.39.0.723167334866.issue30138@psf.upfronthosting.co.za>
In-reply-to
Content
In section 4.6.3. "Mutable Sequence Types" of current documentation, Note 1 to the table says "[iterable] t must have the same length as the slice it is replacing." This is incorrect in the case of extension: s[len(s):] = t according to the rest of the documentation, as well as experiment.
History
Date User Action Args
2017-04-22 17:24:09sjtsetrecipients: + sjt, docs@python
2017-04-22 17:24:09sjtsetmessageid: <1492881849.39.0.723167334866.issue30138@psf.upfronthosting.co.za>
2017-04-22 17:24:09sjtlinkissue30138 messages
2017-04-22 17:24:09sjtcreate