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 Roger Aiudi
Recipients Roger Aiudi
Date 2018-09-23.07:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537686128.89.0.956365154283.issue34775@psf.upfronthosting.co.za>
In-reply-to
Content
PurePath.__truediv__ and __rtruediv__ raise a TypeError when passed something which is not an instance of string or PurePath. This prevents creating any sort of compatible class that doesn't inherit from the previously mentioned types.
History
Date User Action Args
2018-09-23 07:02:08Roger Aiudisetrecipients: + Roger Aiudi
2018-09-23 07:02:08Roger Aiudisetmessageid: <1537686128.89.0.956365154283.issue34775@psf.upfronthosting.co.za>
2018-09-23 07:02:08Roger Aiudilinkissue34775 messages
2018-09-23 07:02:08Roger Aiudicreate