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 terry.reedy
Recipients ned.deily, terry.reedy
Date 2018-02-21.05:34:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519191292.27.0.467229070634.issue32891@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, 'replace' 'Integral' with 'Integer' but keep 'Integral' for back compatibility.

From python-ideas, where Guido said "Looking at https://en.wikipedia.org/wiki/Number it seems that Integer is "special" -- every other number type is listed as "<adjective> numbers" (e.g. rational numbers, complex numbers) but integers are listed as "Integers". So let's just switch it to that, and keep Integral as an alias for backwards compatibility. I don't think it's a huge problem to fix this in 3.7b2, if someone wants to do the work."

PR needs What's New entry.

Ned, if you disagree as RM, please say so.
History
Date User Action Args
2018-02-21 05:34:52terry.reedysetrecipients: + terry.reedy, ned.deily
2018-02-21 05:34:52terry.reedysetmessageid: <1519191292.27.0.467229070634.issue32891@psf.upfronthosting.co.za>
2018-02-21 05:34:52terry.reedylinkissue32891 messages
2018-02-21 05:34:51terry.reedycreate