Message293247
If tempfile doesn't have special code for supporting path-like objects, and nothing in the documentation points that path-like objects don't work, then the documentation doesn't need changes. This is just a consequence of implementing PEP 519 in low-level functions.
If tempfile._infer_return_type will treat *all* path-like objects as str, this is a bug. |
|
| Date |
User |
Action |
Args |
| 2017-05-08 18:39:25 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, louielu, svelankar |
| 2017-05-08 18:39:25 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2017-05-08 18:39:25 | serhiy.storchaka | link | issue29447 messages |
| 2017-05-08 18:39:25 | serhiy.storchaka | create | |
|