merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-06 09:53:11 +02:00
commit 1cb28a1be8

View file

@ -149,7 +149,7 @@ the :mod:`glob` module.)
.. function:: getctime(path) .. function:: getctime(path)
Return the system's ctime which, on some systems (like Unix) is the time of the 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 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 the :mod:`time` module). Raise :exc:`OSError` if the file does not exist or
is inaccessible. is inaccessible.