diff options
author | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:47:03 (GMT) |
---|---|---|
committer | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:47:03 (GMT) |
commit | 24457c9ad375239aca9bd176284d1e4f181e02f4 (patch) | |
tree | debeb009292f1615d17ea061a3ad528b41bfec2d /Doc/distutils | |
parent | 62a0d6ea402d18f528629c6e84ed6f46e7c0912a (diff) | |
parent | 8b503c0a4e82ba5aadd60215bf493529ce6e1821 (diff) | |
download | cpython-24457c9ad375239aca9bd176284d1e4f181e02f4.zip cpython-24457c9ad375239aca9bd176284d1e4f181e02f4.tar.gz cpython-24457c9ad375239aca9bd176284d1e4f181e02f4.tar.bz2 |
Branch merge
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index e15dc76..74fba4a 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -992,6 +992,12 @@ directories. destination of the symlink will be copied. *update* and *verbose* are the same as for :func:`copy_file`. + Files in *src* that begin with :file:`.nfs` are skipped (more information on + these files is available in answer D2 of the `NFS FAQ page + <http://nfs.sourceforge.net/#section_d>`_. + + .. versionchanged:: 3.2.4 + NFS files are ignored. .. function:: remove_tree(directory[, verbose=0, dry_run=0]) |