[issue27186] add os.fspath()

Jelle Zijlstra report at bugs.python.org
Sat Jun 4 19:45:41 EDT 2016


Jelle Zijlstra added the comment:

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.

----------
Added file: http://bugs.python.org/file43215/issue27186-os_path_t.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27186>
_______________________________________


More information about the Python-bugs-list mailing list