diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 07:53:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 07:53:11 (GMT) |
commit | 1cb28a1be879ee0df29dc9072ed3b1fdc14428fd (patch) | |
tree | 0d525c66027986dea8bae53cc44224160cf1eb6e /Doc/library/os.path.rst | |
parent | d1830c422d1b74e05b2454dd1631f7147cf332c5 (diff) | |
parent | f6324941f00119363a42609558b7221c230aea13 (diff) | |
download | cpython-1cb28a1be879ee0df29dc9072ed3b1fdc14428fd.zip cpython-1cb28a1be879ee0df29dc9072ed3b1fdc14428fd.tar.gz cpython-1cb28a1be879ee0df29dc9072ed3b1fdc14428fd.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/library/os.path.rst')
-rw-r--r-- | Doc/library/os.path.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index a0f006c..6e1d494 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -149,7 +149,7 @@ the :mod:`glob` module.) .. function:: getctime(path) Return the system's ctime which, on some systems (like Unix) is the time of the - last change, and, on others (like Windows), is the creation time for *path*. + last metadata change, and, on others (like Windows), is the creation time for *path*. The return value is a number giving the number of seconds since the epoch (see the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or is inaccessible. |