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 moloney
Date 2016-08-18.19:38:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471549092.38.0.988541483557.issue27796@psf.upfronthosting.co.za>
In-reply-to
Content
As per a discussion on python-ideas [1], the consensus is that we should allow users to create a DirEntry object themselves. This would just take a path and call stat on it and cache the result of that stat call.

Nick Coghlan mentioned possibly allowing a pre-existing stat result to optionally be passed into the constructor [2].

[1] https://mail.python.org/pipermail/python-ideas/2016-August/041716.html
[2] https://mail.python.org/pipermail/python-ideas/2016-August/041713.html
History
Date User Action Args
2016-08-18 19:38:12moloneysetrecipients: + moloney
2016-08-18 19:38:12moloneysetmessageid: <1471549092.38.0.988541483557.issue27796@psf.upfronthosting.co.za>
2016-08-18 19:38:12moloneylinkissue27796 messages
2016-08-18 19:38:12moloneycreate