Message293223
@Brett, do you think if given a path-like dir, it should only be treated as `str`, or it could be `str` and `bytes`?
My PR is now treated path-like dir as `str`, not `bytes`.
This will affect at this places:
tempfile.mkdtemp(dir=pathlike.Path(''), pre=b'', suf=b'')
Should it raise a TypeError (since we can't mix str and bytes), or it will convert path-like to bytes. |
|
| Date |
User |
Action |
Args |
| 2017-05-08 03:29:54 | louielu | set | recipients:
+ louielu, brett.cannon, serhiy.storchaka, svelankar |
| 2017-05-08 03:29:54 | louielu | set | messageid: <[email protected]> |
| 2017-05-08 03:29:54 | louielu | link | issue29447 messages |
| 2017-05-08 03:29:53 | louielu | create | |
|