Ram Rachum added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22570>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to