Message73362
Hi,
is this assumed to be fixed in 3.0rc1 ?
with SVN 66506 (3.0rc1+)
for dirname, subdirs, files in os.walk(bytes(Top,'iso-8859-1')) :
still gives an error here:
for dirname, subdirs, files in os.walk(bytes(Top,'iso-8859-1')) :
File "/usr/local/lib/python3.0/os.py", line 268, in walk
if isdir(join(top, name)):
File "/usr/local/lib/python3.0/posixpath.py", line 64, in join
if b.startswith('/'):
TypeError: expected an object with the buffer interface |
|
Date |
User |
Action |
Args |
2008-09-18 07:39:30 | HWJ | set | recipients:
+ HWJ, gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, dlitz, zegreek |
2008-09-18 07:39:29 | HWJ | set | messageid: <1221723569.74.0.44154624074.issue3187@psf.upfronthosting.co.za> |
2008-09-18 07:39:28 | HWJ | link | issue3187 messages |
2008-09-18 07:39:28 | HWJ | create | |
|