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: <1494268765.29.0.989472442029.issue29447@psf.upfronthosting.co.za> |
2017-05-08 18:39:25 | serhiy.storchaka | link | issue29447 messages |
2017-05-08 18:39:25 | serhiy.storchaka | create | |
|