[New-bugs-announce] [issue28682] Bytes support in os.fwalk()

Serhiy Storchaka report at bugs.python.org
Sun Nov 13 04:24:10 EST 2016


New submission from Serhiy Storchaka:

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().

----------
components: Library (Lib)
files: fwalk-bytes.patch
keywords: patch
messages: 280690
nosy: larry, loewis, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Bytes support in os.fwalk()
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file45470/fwalk-bytes.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28682>
_______________________________________


More information about the New-bugs-announce mailing list