summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-12-16 22:39:40 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-12-16 22:39:40 (GMT)
commit1d006a2c0e9831a936033304f31e5abc12f60042 (patch)
treedd864eda4680aea76557ee48b8ab8261d7c06958 /Doc
parent711e27cd503933cfe7a42d931d2b69dc79014ae0 (diff)
downloadcpython-1d006a2c0e9831a936033304f31e5abc12f60042.zip
cpython-1d006a2c0e9831a936033304f31e5abc12f60042.tar.gz
cpython-1d006a2c0e9831a936033304f31e5abc12f60042.tar.bz2
Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows
Diffstat (limited to 'Doc')
-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 82942db..e4f348c 100644
--- a/Doc/library/shutil.rst
+++ b/Doc/library/shutil.rst
@@ -352,10 +352,6 @@ Directory and files operations
.. versionadded:: 3.3
- .. versionchanged:: 3.4
- The :class:`bytes` type is now accepted. If *cmd* type is :class:`bytes`,
- the result type is also :class:`bytes`.
-
.. exception:: Error