]> granicus.if.org Git - python/commit
Merge #15342: Add clarifying sentence to posixpath.join docstring.
authorR David Murray <rdmurray@bitdance.com>
Sat, 21 Jul 2012 18:34:51 +0000 (14:34 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 21 Jul 2012 18:34:51 +0000 (14:34 -0400)
commit779b63d005c4e818f907e0e32bdc34ebd860cc61
treeb1f30f99d50ac9c078d54b00985705f223b90ede
parenta606aef743aee23cf313fd57f99cf29dfc164316
parente3de175a5e280a01fda003a825bab7bdfedf445b
Merge #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