[issue29112] questionable wording in sequences documentation

2016-12-29 Thread Xiang Zhang
Xiang Zhang added the comment: Thanks for your report Jesse. Now fixed. -- nosy: +xiang.zhang resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.5, Python 3.7 ___ Python tracker

[issue29112] questionable wording in sequences documentation

2016-12-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d20da97a6a0 by Xiang Zhang in branch '2.7': Issue #29112: Fix a questionable wording in sequence doc. https://hg.python.org/cpython/rev/0d20da97a6a0 New changeset f4b747f59804 by Xiang Zhang in branch '3.5': Issue #29112: Fix a questionable wording

[issue29112] questionable wording in sequences documentation

2016-12-29 Thread Jesse Hall
New submission from Jesse Hall: In note 3 of 4.6.1, the word "string" should be replaced with "sequence", because the note is describing a general example where this concept is not specifically used with a string type sequence, it is discussing the general use of negative indexes which can be