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 pitrou
Recipients gvanrossum, pitrou
Date 2016-01-06.22:47:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452120421.78.0.905855579083.issue26031@psf.upfronthosting.co.za>
In-reply-to
Content
Let me first mention the stat caching question was asked during the PEP discussion and ultimately it was decided it's not a good idea to meld it in the Path design :-)

Early versions of pathlib were more complex as they were able to keep some file descriptors around, for example for openat() support. You can probably find them by digging in the original repo.
History
Date User Action Args
2016-01-06 22:47:01pitrousetrecipients: + pitrou, gvanrossum
2016-01-06 22:47:01pitrousetmessageid: <1452120421.78.0.905855579083.issue26031@psf.upfronthosting.co.za>
2016-01-06 22:47:01pitroulinkissue26031 messages
2016-01-06 22:47:01pitroucreate