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 moloney
Recipients benhoyt, brett.cannon, moloney, python-dev, vstinner
Date 2016-08-15.23:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471304727.25.0.643284910026.issue27038@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-08-15 23:45:27moloneysetrecipients: + moloney, brett.cannon, vstinner, benhoyt, python-dev
2016-08-15 23:45:27moloneysetmessageid: <1471304727.25.0.643284910026.issue27038@psf.upfronthosting.co.za>
2016-08-15 23:45:27moloneylinkissue27038 messages
2016-08-15 23:45:27moloneycreate