[New-bugs-announce] [issue24216] Typo in bytes.join/bytearray.join documentation

Dmitry Kazakov report at bugs.python.org
Sun May 17 09:59:48 CEST 2015


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 at python
components: Documentation
files: bytes_join.diff
keywords: patch
messages: 243389
nosy: docs at python, vlth
priority: normal
severity: normal
status: open
title: Typo in bytes.join/bytearray.join documentation
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39403/bytes_join.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24216>
_______________________________________


More information about the New-bugs-announce mailing list