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 eric.smith
Recipients eric.smith, mark.dickinson, rhettinger
Date 2008-06-24.12:08:36
SpamBayes Score 0.35072288
Marked as misclassified No
Message-id <1214309317.32.0.550648067335.issue3186@psf.upfronthosting.co.za>
In-reply-to
Content
See
http://mail.python.org/pipermail/python-dev/2008-February/077062.html,
where Guido endorses my approach to implementing bin() without the
trailing L for longs.

Note that he also agrees with not adding a __bin__ function, which was
implemented in r64424.  I disagree with adding __bin__ to 2.6.
History
Date User Action Args
2008-06-24 12:08:37eric.smithsetspambayes_score: 0.350723 -> 0.35072288
recipients: + eric.smith, rhettinger, mark.dickinson
2008-06-24 12:08:37eric.smithsetspambayes_score: 0.350723 -> 0.350723
messageid: <1214309317.32.0.550648067335.issue3186@psf.upfronthosting.co.za>
2008-06-24 12:08:36eric.smithlinkissue3186 messages
2008-06-24 12:08:36eric.smithcreate