Message228767
I think I'm missing something here because the idea of doing `path = str(path)` at the API boundary for an old function to support both Path and str objects for paths seems fairly minimal. Only when manipulating a path is wanting a Path object going to come up, and in that case can't you just do `path = pathlib.Path(path)` instead? |
|
Date |
User |
Action |
Args |
2014-10-07 13:43:57 | brett.cannon | set | recipients:
+ brett.cannon, barry, georg.brandl, pitrou, r.david.murray |
2014-10-07 13:43:57 | brett.cannon | set | messageid: <1412689437.48.0.0502399005471.issue22570@psf.upfronthosting.co.za> |
2014-10-07 13:43:57 | brett.cannon | link | issue22570 messages |
2014-10-07 13:43:57 | brett.cannon | create | |
|