mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
This commit is contained in:
parent
8886d5f392
commit
8f6b344d36
5 changed files with 37 additions and 15 deletions
|
@ -2840,6 +2840,9 @@ features:
|
|||
.. versionchanged:: 3.6
|
||||
Accepts a :term:`path-like object`.
|
||||
|
||||
.. versionchanged:: 3.7
|
||||
Added support for :class:`bytes` paths.
|
||||
|
||||
|
||||
Linux extended attributes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -97,6 +97,12 @@ New Modules
|
|||
Improved Modules
|
||||
================
|
||||
|
||||
os
|
||||
--
|
||||
|
||||
Added support for :class:`bytes` paths in :func:`~os.fwalk`.
|
||||
(Contributed by Serhiy Storchaka in :issue:`28682`.)
|
||||
|
||||
unittest.mock
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue