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 Antony.Lee, docs@python, martin.panter, serhiy.storchaka
Date 2016-03-11.07:04:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457679846.36.0.0836503311045.issue26535@psf.upfronthosting.co.za>
In-reply-to
Content
I would remove "len(bytes) must equal " at all. len() can return a value not equal to the number of bytes contained in the buffer (e.g. for array('I')).
History
Date User Action Args
2016-03-11 07:04:06serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, martin.panter, Antony.Lee
2016-03-11 07:04:06serhiy.storchakasetmessageid: <1457679846.36.0.0836503311045.issue26535@psf.upfronthosting.co.za>
2016-03-11 07:04:06serhiy.storchakalinkissue26535 messages
2016-03-11 07:04:06serhiy.storchakacreate