mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows
This commit is contained in:
parent
711e27cd50
commit
1d006a2c0e
4 changed files with 10 additions and 32 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue