micropython-lib/os/os
Paul Sokolovsky a9fd762b81 os: listdir(), walk(): Handle unicode strings properly.
CPython lib reference specifies that listdir() should accept both bytes and
str argument, and return value type should match the argument. But no such
stipulation is made for walk(), so we just return strings.
2014-09-06 17:06:07 +03:00
..
__init__.py os: listdir(), walk(): Handle unicode strings properly. 2014-09-06 17:06:07 +03:00