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 chris.jerdonek
Recipients chris.jerdonek, cvrebert, docs@python, eric.araujo, ezio.melotti, georg.brandl, python-dev, rhettinger, serhiy.storchaka, terry.reedy, tshepang
Date 2012-10-01.01:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349053880.38.0.147214258535.issue16036@psf.upfronthosting.co.za>
In-reply-to
Content
[Django/Rietveld is erroring out for me when I try to reply there, so replying here]

On 2012/10/01 01:45:03, cvrebert wrote:
> Doc/library/functions.rst:636: arguments are given.  If *x* is a number, return
> :meth:`x.__int__()
> How is "number-ness" determined? Are we just assuming anything with an __int__()
> method is a number for purposes of explanation?

cvrebert, this patch has already been committed to 3.x.  Maybe open a new issue if you think the language can be improved further?  (Feel free to add me to the nosy list.)  This issue was originally focused more on updating just the signature line (along with any consequent changes to the text).
History
Date User Action Args
2012-10-01 01:11:20chris.jerdoneksetrecipients: + chris.jerdonek, georg.brandl, rhettinger, terry.reedy, ezio.melotti, eric.araujo, cvrebert, docs@python, tshepang, python-dev, serhiy.storchaka
2012-10-01 01:11:20chris.jerdoneksetmessageid: <1349053880.38.0.147214258535.issue16036@psf.upfronthosting.co.za>
2012-10-01 01:11:20chris.jerdoneklinkissue16036 messages
2012-10-01 01:11:19chris.jerdonekcreate