Thomas Fenzl added the comment:

I also looked into creating a patch and now I'm not convinced about the 
solution. 

While os.path.join accepts an empty string, the functions is os (e.g. stat and 
friends, utime, chown don't. os.walk doesn't throw an Exception, but generates 
an empty iterator on ''.
So from a module perspective, things wouldn't get more consistent, but less. 

Any thoughts about how to proceed?

----------
nosy: +Thomas Fenzl

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

Reply via email to