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 barneygale
Recipients barneygale
Date 2020-03-08.03:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583639559.65.0.730763804779.issue39895@roundup.psfhosted.org>
In-reply-to
Content
`Path.touch()` does a lot of os-specific /stuff/ that should probably live in the accessor. Perhaps most importantly, is calls `os.close()` on whatever `accessor.open()` returns, which is problematic for those wishing to write their own accessor that doesn't work on a file descriptor level.
History
Date User Action Args
2020-03-08 03:52:39barneygalesetrecipients: + barneygale
2020-03-08 03:52:39barneygalesetmessageid: <1583639559.65.0.730763804779.issue39895@roundup.psfhosted.org>
2020-03-08 03:52:39barneygalelinkissue39895 messages
2020-03-08 03:52:39barneygalecreate