Rafe H. Kettler <rafe.kett...@gmail.com> added the comment:

Radu, while the comments are not as clear for ntpath, the behavior is the same. 
So, the comment you detailed from posixpath could be adapted to Windows by 
replacing '/' with 'a separator' or something of that nature.

That said, the comment in posixpath could be adapted to clear english like so:

join() inserts a separator unless the first part is empty or already ends in a 
separator. If a part is absolute, join() ignores the previous parts.

----------

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

Reply via email to