Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows

This commit is contained in:
Victor Stinner 2013-12-16 23:39:40 +01:00
parent 711e27cd50
commit 1d006a2c0e
4 changed files with 10 additions and 32 deletions

View file

@ -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