This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author HWJ
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, dlitz, gvanrossum, pitrou, vstinner, zegreek
Date 2008-09-18.07:39:28
SpamBayes Score 5.671413e-06
Marked as misclassified No
Message-id <1221723569.74.0.44154624074.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-09-18 07:39:30HWJsetrecipients: + HWJ, gvanrossum, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, dlitz, zegreek
2008-09-18 07:39:29HWJsetmessageid: <1221723569.74.0.44154624074.issue3187@psf.upfronthosting.co.za>
2008-09-18 07:39:28HWJlinkissue3187 messages
2008-09-18 07:39:28HWJcreate