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 r.david.murray
Recipients BrenBarn, ashwch, benrg, docs@python, ezio.melotti, martin.panter, r.david.murray, rhettinger, terry.reedy
Date 2015-09-23.19:49:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443037740.26.0.259092687884.issue16701@psf.upfronthosting.co.za>
In-reply-to
Content
Wording looks ok...except that technically it is not that 'n' is an integer, it's that 'n' can play the role of an integer (ie: it has an __index__ method).
History
Date User Action Args
2015-09-23 19:49:00r.david.murraysetrecipients: + r.david.murray, rhettinger, terry.reedy, ezio.melotti, docs@python, benrg, BrenBarn, martin.panter, ashwch
2015-09-23 19:49:00r.david.murraysetmessageid: <1443037740.26.0.259092687884.issue16701@psf.upfronthosting.co.za>
2015-09-23 19:49:00r.david.murraylinkissue16701 messages
2015-09-23 19:49:00r.david.murraycreate