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 ascola
Recipients ascola, eric.smith, paul.j3, rhettinger, xmorel
Date 2020-12-08.21:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607463356.68.0.389029301872.issue42572@roundup.psfhosted.org>
In-reply-to
Content
I think that type=pathlib.Path is probably all that I was looking for here. I was unaware types could be passed easily like that and so updated documentation would definitely be helpful. The predicates such as existence would just have been nice-to-haves, but not necessary (and eric.smith brings up a good point about race conditions).
History
Date User Action Args
2020-12-08 21:35:56ascolasetrecipients: + ascola, rhettinger, eric.smith, xmorel, paul.j3
2020-12-08 21:35:56ascolasetmessageid: <1607463356.68.0.389029301872.issue42572@roundup.psfhosted.org>
2020-12-08 21:35:56ascolalinkissue42572 messages
2020-12-08 21:35:56ascolacreate