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 ericzolf, gregory.p.smith, python-dev, serhiy.storchaka
Date 2020-05-27.19:56:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590609378.12.0.451244576504.issue40701@roundup.psfhosted.org>
In-reply-to
Content
Well, the behavior for an existing bytes path was not unintended, but some people can depend on it.

But before making it an official feature, we should also check other cases of an unintended behavior. What if set tempfile.tempdir to a Path object or to a file descriptor of a directory? Does anything work in these cases and should we support them?
History
Date User Action Args
2020-05-27 19:56:18serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, python-dev, ericzolf
2020-05-27 19:56:18serhiy.storchakasetmessageid: <1590609378.12.0.451244576504.issue40701@roundup.psfhosted.org>
2020-05-27 19:56:18serhiy.storchakalinkissue40701 messages
2020-05-27 19:56:18serhiy.storchakacreate