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
Date 2009-01-10.20:32:22
SpamBayes Score 0.06013501
Marked as misclassified No
Message-id <1231619542.94.0.216272651809.issue4910@psf.upfronthosting.co.za>
In-reply-to
Content
In Python 3.x:

>>> int.__long__.__doc__
'x.__long__() <==> long(x)'

But the long builtin no longer exists.

I'm actually not sure why the nb_long slot still exists in 3.x at all.  
Can anyone enlighten me?
History
Date User Action Args
2009-01-10 20:32:23mark.dickinsonsetrecipients: + mark.dickinson
2009-01-10 20:32:22mark.dickinsonsetmessageid: <1231619542.94.0.216272651809.issue4910@psf.upfronthosting.co.za>
2009-01-10 20:32:22mark.dickinsonlinkissue4910 messages
2009-01-10 20:32:22mark.dickinsoncreate