Message369855
In any case this is a new feature, so it can be added only in 3.10, and we need the documentation patch for 3.9 and older.
As a workaround you can use os.fsdecode():
tempfile.tempdir = os.fsdecode(b'/doesntexist') |
|
Date |
User |
Action |
Args |
2020-05-25 07:35:41 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gregory.p.smith, ericzolf |
2020-05-25 07:35:41 | serhiy.storchaka | set | messageid: <1590392141.9.0.996154243141.issue40701@roundup.psfhosted.org> |
2020-05-25 07:35:41 | serhiy.storchaka | link | issue40701 messages |
2020-05-25 07:35:41 | serhiy.storchaka | create | |
|