cpython: 7de05609e390 (original) (raw)
Mercurial > cpython
changeset 84600:7de05609e390
#18389: Clarify that relpath does not access the file system. Initial patch by Madison May. [#18389]
R David Murray rdmurray@bitdance.com | |
---|---|
date | Fri, 12 Jul 2013 17:43:53 -0400 |
parents | d292635314c9(current diff)70837970c5d8(diff) |
children | 979905090779 |
files | Doc/library/os.path.rst |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-)[+] [-] Doc/library/os.path.rst 6 |
line wrap: on
line diff
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -233,8 +233,10 @@ the :mod:glob
module.)
.. function:: relpath(path, start=None)