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 mark.dickinson
Recipients mark.dickinson, ncoghlan
Date 2008-03-25.18:28:51
SpamBayes Score 0.18569067
Marked as misclassified No
Message-id <1206469735.12.0.690910136386.issue2483@psf.upfronthosting.co.za>
In-reply-to
Content
For both these use cases, don't you still have a problem going
the other way, from an integer back to bytes? Is there an easier way
than

bytes(str(n), 'ascii')

?
History
Date User Action Args
2008-03-25 18:28:55mark.dickinsonsetspambayes_score: 0.185691 -> 0.18569067
recipients: + mark.dickinson, ncoghlan
2008-03-25 18:28:55mark.dickinsonsetspambayes_score: 0.185691 -> 0.185691
messageid: <1206469735.12.0.690910136386.issue2483@psf.upfronthosting.co.za>
2008-03-25 18:28:53mark.dickinsonlinkissue2483 messages
2008-03-25 18:28:52mark.dickinsoncreate