[Python-ideas] BetterWalk, a better and faster os.walk() for Python

Ben Hoyt benhoyt at gmail.com
Thu Nov 22 20:20:35 CET 2012


> TypeError: 'str' does not support the buffer interface
...
> Some better way to test it :?)

Oops, sorry! I'd created the directory tree using Python 2.x, and then
tested using Python 3.x with the dir tree still present.

Fixed in the GitHub repo now.

-Ben



More information about the Python-ideas mailing list