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 eric.araujo, ezio.melotti, martin.panter, serhiy.storchaka, terry.reedy
Date 2016-04-09.16:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460218230.08.0.456452719664.issue17339@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Martin.

Interesting, int.from_bytes() accepts lists (and other iterables):

>>> int.from_bytes([1, 2, 3], "little")
197121

Is it intentional?
History
Date User Action Args
2016-04-09 16:10:30serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ezio.melotti, eric.araujo, martin.panter
2016-04-09 16:10:30serhiy.storchakasetmessageid: <1460218230.08.0.456452719664.issue17339@psf.upfronthosting.co.za>
2016-04-09 16:10:30serhiy.storchakalinkissue17339 messages
2016-04-09 16:10:29serhiy.storchakacreate