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 Maxime Belanger
Recipients Maxime Belanger
Date 2018-10-19.00:29:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539908991.05.0.788709270274.issue35022@psf.upfronthosting.co.za>
In-reply-to
Content
We have plenty of tests calling into `os.path.*` functions, and as Python 3.6+ gets more stringent about checking for `os.PathLike` compliance, it would greatly simplify our lives for `MagicMock` to support `__fspath__`.
History
Date User Action Args
2018-10-19 00:29:51Maxime Belangersetrecipients: + Maxime Belanger
2018-10-19 00:29:51Maxime Belangersetmessageid: <1539908991.05.0.788709270274.issue35022@psf.upfronthosting.co.za>
2018-10-19 00:29:50Maxime Belangerlinkissue35022 messages
2018-10-19 00:29:49Maxime Belangercreate