[issue32642] add support for path-like objects in sys.path

Jay Yin report at bugs.python.org
Mon Feb 12 14:44:51 EST 2018


Jay Yin <jayyin11043 at gmail.com> added the comment:

ok, so I found the PathFinder class you referenced, just making sure, this issue pertains to changing "self.path"'s usage and declaration to be a path-like object instead of the hard coded 'sys', 'path' returns? or is that part of it already?, also since this uses a tuple to keep track of the parent path, is there functionality in the path-like objects to find parent paths?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32642>
_______________________________________


More information about the Python-bugs-list mailing list