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 serhiy.storchaka
Recipients Sergey.Kirpichev, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, stutzbach, terry.reedy
Date 2022-03-26.11:13:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648293224.75.0.136969034956.issue47079@roundup.psfhosted.org>
In-reply-to
Content
The module documentation should not contain all historical reasons of every design decision. If you are interesting why something was done in one way or another, do your research.

One of reasons is that type(self) not always have a constructor with compatible interface. So it may work for your integer-like type, but in general case.
History
Date User Action Args
2022-03-26 11:13:44serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, rhettinger, terry.reedy, mark.dickinson, stutzbach, Sergey.Kirpichev
2022-03-26 11:13:44serhiy.storchakasetmessageid: <1648293224.75.0.136969034956.issue47079@roundup.psfhosted.org>
2022-03-26 11:13:44serhiy.storchakalinkissue47079 messages
2022-03-26 11:13:44serhiy.storchakacreate