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 eric.smith
Recipients eosborne, eric.smith, serhiy.storchaka
Date 2021-01-27.13:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611755166.44.0.94126923657.issue43039@roundup.psfhosted.org>
In-reply-to
Content
I agree with Serhiy: changing TemporaryDirectory.__str__() definitely has drawbacks.

I assume gitPython is using str() where they might want to use os.fspath(). Maybe tempfile.TemporaryDirectory (and similar) could then support __fspath__.
History
Date User Action Args
2021-01-27 13:46:06eric.smithsetrecipients: + eric.smith, serhiy.storchaka, eosborne
2021-01-27 13:46:06eric.smithsetmessageid: <1611755166.44.0.94126923657.issue43039@roundup.psfhosted.org>
2021-01-27 13:46:06eric.smithlinkissue43039 messages
2021-01-27 13:46:06eric.smithcreate