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 brett.cannon
Recipients barneygale, brett.cannon, pitrou
Date 2020-02-27.21:17:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582838246.03.0.948797619521.issue39682@roundup.psfhosted.org>
In-reply-to
Content
A use-case of "closing" a path is to cheaply flag that a path object is no longer valid, e.g. you deleted the underlying file and so you don't want others using the object anymore without paying the penalty of having to do the I/O to trigger the failure due to the path no longer existing.

Now whether anyone is using this functionality I don't know, but removing it will inevitably break code for someone, so someone will need to make at least some form of an attempt to see if there's any use in the wild to justify simplifying the code by removing the functionality.
History
Date User Action Args
2020-02-27 21:17:26brett.cannonsetrecipients: + brett.cannon, pitrou, barneygale
2020-02-27 21:17:26brett.cannonsetmessageid: <1582838246.03.0.948797619521.issue39682@roundup.psfhosted.org>
2020-02-27 21:17:26brett.cannonlinkissue39682 messages
2020-02-27 21:17:25brett.cannoncreate