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.07:07:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648278433.39.0.0806229227994.issue47079@roundup.psfhosted.org>
In-reply-to
Content
There is no such constrain. And no default implementation in this module depends on the constructor. It is important, the constructor is not the part of interfaces.

If you want to return the same type in denominator, just override it in your class.
History
Date User Action Args
2022-03-26 07:07:13serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, rhettinger, terry.reedy, mark.dickinson, stutzbach, Sergey.Kirpichev
2022-03-26 07:07:13serhiy.storchakasetmessageid: <1648278433.39.0.0806229227994.issue47079@roundup.psfhosted.org>
2022-03-26 07:07:13serhiy.storchakalinkissue47079 messages
2022-03-26 07:07:13serhiy.storchakacreate