On 04/09/2016 12:07 AM, Victor Stinner wrote: > os.DirEntry doesn't support bytes: os.scandir() only accept str. It's a > deliberate choice. 3.5.0 scandir supports bytes: --> huh = list(scandir(b'.')) --> huh [<DirEntry b'minicourse-ajax-project'>, <DirEntry b'js'>, <DirEntry b'__MACOSX'>, <DirEntry b'index.xaml'>, <DirEntry b'css'>, <DirEntry b'index.html'>] --> huh[0].path b'./minicourse-ajax-project' -- ~Ethan~
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4