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 pitrou
Recipients alexandre.vassalotti, bob.ippolito, ede, josiahcarlson, loewis, mark.dickinson, mwh, pitrou, rhettinger, tim.peters
Date 2009-11-25.23:58:22
SpamBayes Score 0.037381515
Marked as misclassified No
Message-id <1259193504.45.0.891934049565.issue1023290@psf.upfronthosting.co.za>
In-reply-to
Content
The following example is strange:

+        >>> int.from_bytes([255, 0, 0], byteorder='big')
+        -65536

Isn't `signed` supposed to be False by default?
The rest looks ok.
History
Date User Action Args
2009-11-25 23:58:24pitrousetrecipients: + pitrou, mwh, tim.peters, loewis, rhettinger, josiahcarlson, bob.ippolito, mark.dickinson, alexandre.vassalotti, ede
2009-11-25 23:58:24pitrousetmessageid: <1259193504.45.0.891934049565.issue1023290@psf.upfronthosting.co.za>
2009-11-25 23:58:22pitroulinkissue1023290 messages
2009-11-25 23:58:22pitroucreate