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 Rondom, elias, ethan.furman, martin.panter, ncoghlan, ned.deily, serhiy.storchaka
Date 2017-11-14.18:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510683854.51.0.213398074469.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think these changes should be merged.

For bytes.zeros(N), you can use b'\0' * N.

For iterbytes() methods, I think that the general function which works with any sequence that support slicing would be more useful.
History
Date User Action Args
2017-11-14 18:24:14serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, ned.deily, ethan.furman, elias, martin.panter, Rondom
2017-11-14 18:24:14serhiy.storchakasetmessageid: <1510683854.51.0.213398074469.issue27923@psf.upfronthosting.co.za>
2017-11-14 18:24:14serhiy.storchakalinkissue27923 messages
2017-11-14 18:24:14serhiy.storchakacreate