
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2016-11-13 09:24 byserhiy.storchaka, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fwalk-bytes.patch | serhiy.storchaka,2016-11-13 09:24 | review | ||
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 489 | merged | serhiy.storchaka,2017-03-05 22:27 | |
| Messages (4) | |||
|---|---|---|---|
| msg280690 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2016-11-13 09:24 | |
os.walk() supports string and bytes paths, but os.fwalk() always supported only string paths. Proposed patch adds support of bytes paths in os.fwalk(). | |||
| msg281760 -(view) | Author: Antti Haapala (ztane)* | Date: 2016-11-26 09:02 | |
shouldn't this get in sooner, as the 3.5.2 documentation says that it behaves exactly like `os.walk`, with some additions, none of which says "bytes paths are not supported". This looks like a bug to me. | |||
| msg281819 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2016-11-27 11:00 | |
Bytes path support is os.walk() is not documented. Actual behavior of os.fwalk() doesn't contradict the documentation. | |||
| msg290278 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2017-03-24 22:43 | |
New changeset8f6b344d368c15c3fe56c65c2f2776e7766fef55 by Serhiy Storchaka in branch 'master':bpo-28682: Added support for bytes paths in os.fwalk(). (#489)https://github.com/python/cpython/commit/8f6b344d368c15c3fe56c65c2f2776e7766fef55 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:39 | admin | set | github: 72868 |
| 2017-03-24 22:43:36 | serhiy.storchaka | set | messages: +msg290278 |
| 2017-03-17 21:05:32 | larry | set | pull_requests: -pull_request580 |
| 2017-03-17 21:00:32 | larry | set | pull_requests: +pull_request580 |
| 2017-03-08 15:24:23 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2017-03-05 22:27:15 | serhiy.storchaka | set | pull_requests: +pull_request402 |
| 2017-01-03 14:36:05 | vstinner | set | nosy: +vstinner |
| 2016-12-26 19:55:22 | serhiy.storchaka | set | nosy: +neologix |
| 2016-11-27 11:00:28 | serhiy.storchaka | set | messages: +msg281819 |
| 2016-11-26 09:02:22 | ztane | set | nosy: +ztane messages: +msg281760 |
| 2016-11-23 21:26:30 | zmedico | set | nosy: +zmedico |
| 2016-11-13 09:24:10 | serhiy.storchaka | create | |