]> granicus.if.org Git - python/commit
#15342: Add clarifying sentence to posixpath.join docstring.
authorR David Murray <rdmurray@bitdance.com>
Sat, 21 Jul 2012 18:37:29 +0000 (14:37 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 21 Jul 2012 18:37:29 +0000 (14:37 -0400)
commitac9b5c67d35ee100ff1d80f4d55c307aab4ca4e7
treeb8fa752bed441af3da0748522d3cd66aa19a7e48
parentd33a9beb8d9de33b86d305ed4733b3e5acacd37e
#15342: Add clarifying sentence to posixpath.join docstring.

This sentence appears as a clarifying note in the HTML docs, and seems
worth having in the docstring since it covers a very common use case
that isn't otherwise obvious.  Thanks to Yongzhi Pan for the suggestion.
Lib/posixpath.py