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 benjamin.peterson
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson
Date 2008-06-24.13:21:03
SpamBayes Score 0.046611384
Marked as misclassified No
Message-id <1214313665.58.0.247030602814.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the conversion to unicode strings (PyUnicode vs PyBytes) was
not complete in os.listdir. See the attached patch.
History
Date User Action Args
2008-06-24 13:21:05benjamin.petersonsetspambayes_score: 0.0466114 -> 0.046611384
recipients: + benjamin.peterson, amaury.forgeotdarc, HWJ
2008-06-24 13:21:05benjamin.petersonsetspambayes_score: 0.0466114 -> 0.0466114
messageid: <1214313665.58.0.247030602814.issue3187@psf.upfronthosting.co.za>
2008-06-24 13:21:04benjamin.petersonlinkissue3187 messages
2008-06-24 13:21:04benjamin.petersoncreate