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 serhiy.storchaka
Recipients eosborne, serhiy.storchaka
Date 2021-01-27.13:23:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611753829.61.0.480120926269.issue43039@roundup.psfhosted.org>
In-reply-to
Content
It is a bug in gitPython.

As for adding a new feature, making TemporaryDirectory.__str__() returning just a name, I am not sure that it is needed, and it has drawbacks. If print() for TemporaryDirectory object will output just a directory name, it can create a false assumption that TemporaryDirectory() returns a string. Also, there are problems with bytes paths. You always can use the name attribute, str(td) is not better than td.name.
History
Date User Action Args
2021-01-27 13:23:49serhiy.storchakasetrecipients: + serhiy.storchaka, eosborne
2021-01-27 13:23:49serhiy.storchakasetmessageid: <1611753829.61.0.480120926269.issue43039@roundup.psfhosted.org>
2021-01-27 13:23:49serhiy.storchakalinkissue43039 messages
2021-01-27 13:23:49serhiy.storchakacreate