Message 228767 - Python tracker
Message228767
| Author | brett.cannon |
|---|---|
| Recipients | barry, brett.cannon, georg.brandl, pitrou, r.david.murray |
| Date | 2014-10-07.13:43:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1412689437.48.0.0502399005471.issue22570@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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? |
|
| History | |||
|---|---|---|---|
| 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 | |