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 serhiy.storchaka
Recipients Iber Parodi Siri, SilentGhost, docs@python, martin.panter, r.david.murray, serhiy.storchaka
Date 2016-01-01.21:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451683854.22.0.355273561063.issue25916@psf.upfronthosting.co.za>
In-reply-to
Content
Another uses of this idiom:

"string of 16 bytes" in uuid.rst and uuid.py
"string of *n* random bytes" in os.rst
"string of bytes" in bytesio.c

And a number of uses "bytestring", "byte string" and "bytes string". I think that either all occurrences should be changed consistently, or nothing. Personally I'm good with all these "string of bytes", "bytestring", etc, it is clear to me that that mean bytes or bytes-like objects. What is a bug, it's using the term "string" without "bytes" for bytes strings (there are a lot of such Python 2 remnants in the documentation and comments).
History
Date User Action Args
2016-01-01 21:30:54serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, SilentGhost, docs@python, martin.panter, Iber Parodi Siri
2016-01-01 21:30:54serhiy.storchakasetmessageid: <1451683854.22.0.355273561063.issue25916@psf.upfronthosting.co.za>
2016-01-01 21:30:54serhiy.storchakalinkissue25916 messages
2016-01-01 21:30:53serhiy.storchakacreate