Guido van Rossum added the comment:

Hm, so we can choose to be more like POSIX realpath() or more like 
os.path.realpath().  I guess your original intuition was right.  Close with no 
action is fine.  If I need a partial real path I can always crawl up parents() 
until I find a path that does exist.

----------

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

Reply via email to