summaryrefslogtreecommitdiffstats
path: root/Doc/library/shutil.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/shutil.rst')
-rw-r--r--Doc/library/shutil.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index 2300fe9..a3ab387 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -110,10 +110,6 @@ copying and removal. For operations on individual files, see also the
information return by :func:`sys.exc_info`. Exceptions raised by *onerror*
will not be caught.
- .. versionchanged:: 2.6
- Explicitly check for *path* being a symbolic link and raise :exc:`OSError`
- in that case.
-
.. function:: move(src, dst)