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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28682>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to