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.

作者 mark.dickinson
收信人 fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
日期 2008-10-14.15:07:22
SpamBayes Score 2.8299843e-07
Marked as misclassified
Message-id <1223996843.21.0.206863276162.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
Accidentally removed the following message from Victor Stinner;  
apologies.  (Time to turn off tap-to-click on my trackpad, methinks.)

> See also issue #3724 which proposes to support long integers for 
> math.log2().

One other note:  in Fredrik's patch there's commented out code for a 
numbits *property* (rather than a method).  Is there any good reason to 
make this a property?  I don't have a good feeling for when something 
should be a method and when it should be a property, but in this case 
I'd be inclined to leave numbits as a method.

Are there general guidelines for making things properties?
历史
日期 用户 动作 参数
2008-10-14 15:07:23mark.dickinson修改recipients: + mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj
2008-10-14 15:07:23mark.dickinson修改messageid: <1223996843.21.0.206863276162.issue3439@psf.upfronthosting.co.za>
2008-10-14 15:07:22mark.dickinson链接issue3439 messages
2008-10-14 15:07:22mark.dickinson创建