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 martin.panter
Recipients belopolsky, docs@python, georg.brandl, jyasskin, mark.dickinson, martin.panter, mdk, rhettinger, serhiy.storchaka
Date 2016-04-26.07:38:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461656306.39.0.469449051179.issue26512@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a v3 patch for Python 3, addressing everyone’s comments:

Fix the leftover table markup
Link math.trunc(x) etc syntax to the main documentation
Hide numbers module prefix from Integral class name
Change “integral float” → ~numbers.Integral
Add emphasis for *n* parameter
Change int → Integral in doc strings
History
Date User Action Args
2016-04-26 07:38:26martin.pantersetrecipients: + martin.panter, georg.brandl, rhettinger, mark.dickinson, belopolsky, jyasskin, docs@python, serhiy.storchaka, mdk
2016-04-26 07:38:26martin.pantersetmessageid: <1461656306.39.0.469449051179.issue26512@psf.upfronthosting.co.za>
2016-04-26 07:38:26martin.panterlinkissue26512 messages
2016-04-26 07:38:26martin.pantercreate