]> granicus.if.org Git - python/commit
Ignore .nfs* files in distutils (#7719).
authorÉric Araujo <merwok@netwok.org>
Tue, 3 Jul 2012 05:12:42 +0000 (01:12 -0400)
committerÉric Araujo <merwok@netwok.org>
Tue, 3 Jul 2012 05:12:42 +0000 (01:12 -0400)
commit3cf202e9578cef4429254641599e8f6be6540309
tree046bb0fcd13f54034cbb475441fa280574da1c0d
parent96534689a8d59d01f383d5e50e6d542586790eb8
Ignore .nfs* files in distutils (#7719).

These files are created by some NFS clients a file is edited and removed
concurrently (see added link in doc for more info).  If such a file is
removed between distutils calls listdir and copy, it will get confused.
Other special files are ignored in sdist (namely VCS directories), but
this has to be filtered out earlier.
Doc/distutils/apiref.rst
Lib/distutils/dir_util.py
Lib/distutils/tests/test_dir_util.py
Lib/distutils/tests/test_sdist.py
Misc/ACKS
Misc/NEWS