summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-08-06 15:55:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-08-06 15:55:54 (GMT)
commitf3440c6881a0fdb24ea30f971ebc0fd091bc7ffb (patch)
treed9a754eb511c2198c117d83ebd11e2f37c2c8213 /Doc
parent1121377cdb0bef5a4a07699ae3d93c69a1f47071 (diff)
downloadcpython-f3440c6881a0fdb24ea30f971ebc0fd091bc7ffb.zip
cpython-f3440c6881a0fdb24ea30f971ebc0fd091bc7ffb.tar.gz
cpython-f3440c6881a0fdb24ea30f971ebc0fd091bc7ffb.tar.bz2
Issue #5411: Fixed version number.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/shutil.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shutil.rst b/Doc/library/shutil.rst
index 9a3aa82..8f2646c 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -488,7 +488,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
*logger* must be an object compatible with :pep:`282`, usually an instance of
:class:`logging.Logger`.
- .. versionchanged:: 3.4
+ .. versionchanged:: 3.5
Added support for the *xztar* format.