[issue27038] Make os.DirEntry exist

Brendan Moloney report at bugs.python.org
Mon Aug 15 19:45:27 EDT 2016


Brendan Moloney added the comment:

The functions were all written around DirEntry objects since that is what they will be processing 99% of the time and I want to do that as efficiently as possible. Converting a DirEntry object into a str representation doesn't help me with my use case at all. I want to be able to do it the other way around: str -> DirEntry

----------

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


More information about the Python-bugs-list mailing list