[docs] [issue27370] Inconsistency in docs for list.extend
Martin Panter
report at bugs.python.org
Wed Jun 22 21:11:07 EDT 2016
Martin Panter added the comment:
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.
----------
nosy: +martin.panter
resolution: -> fixed
stage: -> resolved
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27370>
_______________________________________
More information about the docs
mailing list