[issue24216] Typo in bytes.join/bytearray.join documentation

2015-05-17 Thread R. David Murray
R. David Murray added the comment: Thanks, Dmitry. -- nosy: +r.david.murray resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue24216] Typo in bytes.join/bytearray.join documentation

2015-05-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset ba271f116f94 by R David Murray in branch '3.4': #24216: fix typo https://hg.python.org/cpython/rev/ba271f116f94 New changeset 91ac3040a28d by R David Murray in branch 'default': Merge: #24216: fix typo https://hg.python.org/cpython/rev/91ac3040a28d

[issue24216] Typo in bytes.join/bytearray.join documentation

2015-05-17 Thread Dmitry Kazakov
New submission from Dmitry Kazakov: This if there are any values in iterable that are note bytes-like objects should be if there are any values in iterable that are not bytes-like objects Here's a micropatch... -- assignee: docs@python components: Documentation files: bytes_j