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 vaultah
Recipients docs@python, vaultah
Date 2015-05-17.07:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431849588.53.0.583435577111.issue24216@psf.upfronthosting.co.za>
In-reply-to
Content
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...
History
Date User Action Args
2015-05-17 07:59:48vaultahsetrecipients: + vaultah, docs@python
2015-05-17 07:59:48vaultahsetmessageid: <1431849588.53.0.583435577111.issue24216@psf.upfronthosting.co.za>
2015-05-17 07:59:48vaultahlinkissue24216 messages
2015-05-17 07:59:48vaultahcreate