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 JelleZijlstra
Recipients JelleZijlstra, brett.cannon, ethan.furman, python-dev, serhiy.storchaka
Date 2016-06-04.17:24:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465061094.28.0.155512722649.issue27182@psf.upfronthosting.co.za>
In-reply-to
Content
In the patch that was just committed, the path_type variables are undefined (os.py lines 892 and 908). There is also no test for these error cases—we should test the cases where the path has no __fspath__ or does not return a bytes or str.
History
Date User Action Args
2016-06-04 17:24:54JelleZijlstrasetrecipients: + JelleZijlstra, brett.cannon, ethan.furman, python-dev, serhiy.storchaka
2016-06-04 17:24:54JelleZijlstrasetmessageid: <1465061094.28.0.155512722649.issue27182@psf.upfronthosting.co.za>
2016-06-04 17:24:54JelleZijlstralinkissue27182 messages
2016-06-04 17:24:54JelleZijlstracreate