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.

作者 fredrikj
收信人 fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
日期 2008-10-14.17:19:17
SpamBayes Score 3.325532e-05
Marked as misclassified
Message-id <1224004758.76.0.0886691401923.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
> Another tack is to notice that numbits is the length of the bit sequence
> representation of an int (excepting 0) and give ints a .__len__ method
> ;-).  I would not expect that suggestion to fly very far, though.

FWIW, I'm one of the people who'd additionally find indexing and slicing
of the bits of integers very useful. It's not going to happen, though!
历史
日期 用户 动作 参数
2008-10-14 17:19:18fredrikj修改recipients: + fredrikj, loewis, rhettinger, terry.reedy, mark.dickinson, vstinner
2008-10-14 17:19:18fredrikj修改messageid: <1224004758.76.0.0886691401923.issue3439@psf.upfronthosting.co.za>
2008-10-14 17:19:18fredrikj链接issue3439 messages
2008-10-14 17:19:17fredrikj创建