diff options
author | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:53:43 (GMT) |
---|---|---|
committer | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:53:43 (GMT) |
commit | 3f7c0e403606f7e888442048ac71cb8f391e8d83 (patch) | |
tree | b9bd563ea0facf995a395d22b9c8ad043648ba5e /Doc/distutils | |
parent | f93ed3fa67260fa0023a1360a37ab7e320550455 (diff) | |
parent | 24457c9ad375239aca9bd176284d1e4f181e02f4 (diff) | |
download | cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.zip cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.tar.gz cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.tar.bz2 |
Merge fixes for #13614, #13512 and #7719 from 3.2
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 71702e5..106cc52 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.3.1 + NFS files are ignored. .. function:: remove_tree(directory[, verbose=0, dry_run=0]) |