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, buchuki, ethan.furman, python-dev, serhiy.storchaka
Date 2016-06-04.23:45:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465083941.8.0.479162760777.issue27186@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds support for fspath to a number of functions in the os module by augmenting the path_t argument converter.

The tests only cover a subset of the functions that use path_t, because some (e.g., unlink) have destructive side effects.
History
Date User Action Args
2016-06-04 23:45:41JelleZijlstrasetrecipients: + JelleZijlstra, brett.cannon, ethan.furman, python-dev, serhiy.storchaka, buchuki
2016-06-04 23:45:41JelleZijlstrasetmessageid: <1465083941.8.0.479162760777.issue27186@psf.upfronthosting.co.za>
2016-06-04 23:45:41JelleZijlstralinkissue27186 messages
2016-06-04 23:45:41JelleZijlstracreate