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 amaury.forgeotdarc
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson
Date 2008-06-24.13:12:51
SpamBayes Score 0.0045957235
Marked as misclassified No
Message-id <1214313172.96.0.872229305458.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
"he's giving a string"... the user simply called os.walk, which accepts
strings AFAIK.

We should discover what produced this bytestring. Does listdir() returns
a mixed list of strings and bytes?
History
Date User Action Args
2008-06-24 13:12:53amaury.forgeotdarcsetspambayes_score: 0.00459572 -> 0.0045957235
recipients: + amaury.forgeotdarc, benjamin.peterson, HWJ
2008-06-24 13:12:53amaury.forgeotdarcsetspambayes_score: 0.00459572 -> 0.00459572
messageid: <1214313172.96.0.872229305458.issue3187@psf.upfronthosting.co.za>
2008-06-24 13:12:52amaury.forgeotdarclinkissue3187 messages
2008-06-24 13:12:51amaury.forgeotdarccreate