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 joernheissler
Recipients joernheissler, ncoghlan, pmoody, prudvinit, serhiy.storchaka
Date 2018-08-25.07:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535183264.78.0.56676864532.issue34465@psf.upfronthosting.co.za>
In-reply-to
Content
My use case is parsing binary data. For that I use a bytearray as a buffer. buf[:4] gets me another bytearray which I'd want to convert to an ipaddress.

I can't think of a usecase for list-of-int.
History
Date User Action Args
2018-08-25 07:47:44joernheisslersetrecipients: + joernheissler, ncoghlan, pmoody, serhiy.storchaka, prudvinit
2018-08-25 07:47:44joernheisslersetmessageid: <1535183264.78.0.56676864532.issue34465@psf.upfronthosting.co.za>
2018-08-25 07:47:44joernheisslerlinkissue34465 messages
2018-08-25 07:47:44joernheisslercreate