diff options
author | Éric Araujo <aeric@mtlpy.org> | 2012-12-08 19:18:26 (GMT) |
---|---|---|
committer | Éric Araujo <aeric@mtlpy.org> | 2012-12-08 19:18:26 (GMT) |
commit | 5ead5549d07b63ecfe4ff1136bf43fa26f9004cb (patch) | |
tree | e65b5895b365e5a71a78ee85cab83da1871fe1bc | |
parent | bd5279ea247e46d4bf88d1b1b306060e479e227f (diff) | |
download | cpython-5ead5549d07b63ecfe4ff1136bf43fa26f9004cb.zip cpython-5ead5549d07b63ecfe4ff1136bf43fa26f9004cb.tar.gz cpython-5ead5549d07b63ecfe4ff1136bf43fa26f9004cb.tar.bz2 |
Add versionchanged note for a56cebff113a
-rw-r--r-- | Doc/distutils/apiref.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 60c0dd8..76567ad 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -991,6 +991,9 @@ directories. 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]) |