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 Sergey.Kirpichev, mark.dickinson, ned.deily, rhettinger, serhiy.storchaka, terry.reedy, tim.peters
Date 2021-04-23.11:51:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619178677.92.0.74801613229.issue32891@roundup.psfhosted.org>
In-reply-to
Content
For the record, here's the python-ideas thread: https://mail.python.org/archives/list/python-ideas@python.org/thread/AWNTQZ3HHAQ42O2ZHRA3U2US4HGKC2TF/

I'm no longer convinced that this is a good idea. It's the usual difference between "Would it have been better if we'd called it 'Integer' rather than 'Integral'?", and "Given where we are, is it worth changing the name now?". The name "Integral" isn't actually _wrong_ as such; it's just perhaps not the name that we would have chosen if we were inventing the numbers ABC right now.

If we add "Integer", we have to choose between

- maintaining both names indefinitely, or
- deprecating and eventually removing the "Integral" name

Neither option seems appealing: the first is a violation of "one obvious way"; the second causes unnecessary work for third-party projects already using Integral.
History
Date User Action Args
2021-04-23 11:51:17mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, terry.reedy, ned.deily, serhiy.storchaka, Sergey.Kirpichev
2021-04-23 11:51:17mark.dickinsonsetmessageid: <1619178677.92.0.74801613229.issue32891@roundup.psfhosted.org>
2021-04-23 11:51:17mark.dickinsonlinkissue32891 messages
2021-04-23 11:51:17mark.dickinsoncreate