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 Sergey.Kirpichev
Recipients JelleZijlstra, Sergey.Kirpichev, mark.dickinson, ned.deily, rhettinger, serhiy.storchaka, terry.reedy, tim.peters
Date 2021-04-27.03:36:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <YIeG07KVoX6nDRtM@note>
In-reply-to <1619491755.42.0.655624150893.issue32891@roundup.psfhosted.org>
Content
On Tue, Apr 27, 2021 at 02:49:15AM +0000, Jelle Zijlstra wrote:
> Forcing all of them to change doesn't seem particularly valuable.

It seems, this will cost very little work on their side, much
less than on the CPython side.  Do you agree?

Something like this change:
https://docs.python.org/3.7/whatsnew/3.7.html#id3
- require much more efforts...

> but "Integral" isn't actively misleading.

Well, sometimes it surprise people, e.g.:
https://mail.python.org/archives/list/python-ideas@python.org/message/2KQSRVBUWGBVV2MPTI4J6M4BVO2NYB3V/

BTW, we already have some inconsistencies around this
terminology.  E.g. recently introduced Decimal.is_integer() vs to_integral():
https://bugs.python.org/issue26680#msg262715
History
Date User Action Args
2021-04-27 03:36:56Sergey.Kirpichevsetrecipients: + Sergey.Kirpichev, tim.peters, rhettinger, terry.reedy, mark.dickinson, ned.deily, serhiy.storchaka, JelleZijlstra
2021-04-27 03:36:56Sergey.Kirpichevlinkissue32891 messages
2021-04-27 03:36:56Sergey.Kirpichevcreate