diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-06 15:55:54 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-06 15:55:54 (GMT) |
commit | f3440c6881a0fdb24ea30f971ebc0fd091bc7ffb (patch) | |
tree | d9a754eb511c2198c117d83ebd11e2f37c2c8213 /Doc | |
parent | 1121377cdb0bef5a4a07699ae3d93c69a1f47071 (diff) | |
download | cpython-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.rst | 2 |
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. |