[issue26027] Support Path objects in the posix module

Brett Cannon report at bugs.python.org
Fri Aug 12 14:50:11 EDT 2016


Brett Cannon added the comment:

Here is an updated patch that adds in change to posixmodule.c stemming from the new warning about using bytearrays. It also makes type checking more stringent for what __fspath__() returns.

----------
Added file: http://bugs.python.org/file44090/path_converter.diff

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


More information about the Python-bugs-list mailing list