Message257913
Here's an alternate idea I thought of now. Maybe `path.path` should be a pointer to the same `Path` object, so every function will do this:
str(arg.path) if hasattr(arg, 'path') else arg
What I like about this is that it avoids having the path argument be a string. I don't like misnomers :)
I'd understand though if people won't like this suggestion since it introduces another step, of turning the path back into a string. |
|
Date |
User |
Action |
Args |
2016-01-10 15:09:35 | cool-RR | set | recipients:
+ cool-RR, gvanrossum, barry, brett.cannon, georg.brandl, pitrou, bronger, ezio.melotti, Arfrever, daniel.ugra, tshepang, python-dev, serhiy.storchaka |
2016-01-10 15:09:35 | cool-RR | set | messageid: <1452438575.1.0.0322840740513.issue22570@psf.upfronthosting.co.za> |
2016-01-10 15:09:35 | cool-RR | link | issue22570 messages |
2016-01-10 15:09:34 | cool-RR | create | |
|