[Python-checkins] cpython (2.7): Add versionchanged note for a56cebff113a

eric.araujo python-checkins at python.org
Sun Dec 9 04:46:05 CET 2012


http://hg.python.org/cpython/rev/802f529f886f
changeset:   80763:802f529f886f
branch:      2.7
parent:      80758:29627bd5b333
user:        Éric Araujo <aeric at mtlpy.org>
date:        Sat Dec 08 14:18:26 2012 -0500
summary:
  Add versionchanged note for a56cebff113a

files:
  Doc/distutils/apiref.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -991,6 +991,9 @@
    these files is available in answer D2 of the `NFS FAQ page
    <http://nfs.sourceforge.net/#section_d>`_.
 
+   .. versionchanged:: 2.7.4
+      NFS files are ignored.
+
 
 .. function:: remove_tree(directory[, verbose=0, dry_run=0])
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list