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 AlexWaygood, barneygale, eric.araujo, eryksun, pitrou, serhiy.storchaka, terry.reedy
Date 2022-02-18.19:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645213721.62.0.620450127819.issue46733@roundup.psfhosted.org>
In-reply-to
Content
I think pathlib should be raising TypeError, ValueError, or something else as appropriate.  Or not raising in situations Eryk indicated.  x/0 *could* be +- float('inf'), but we don't raise NotImplementedError for it.
History
Date User Action Args
2022-02-18 19:48:41terry.reedysetrecipients: + terry.reedy, pitrou, eric.araujo, serhiy.storchaka, eryksun, barneygale, AlexWaygood
2022-02-18 19:48:41terry.reedysetmessageid: <1645213721.62.0.620450127819.issue46733@roundup.psfhosted.org>
2022-02-18 19:48:41terry.reedylinkissue46733 messages
2022-02-18 19:48:41terry.reedycreate