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 vstinner
Recipients HWJ, amaury.forgeotdarc, benjamin.peterson, gvanrossum, pitrou, vstinner
Date 2008-08-22.16:54:49
SpamBayes Score 0.08983039
Marked as misclassified No
Message-id <1219424090.89.0.603091626399.issue3187@psf.upfronthosting.co.za>
In-reply-to
Content
Patch glob.glob() to accept directory with invalid filename (invalid 
in the filesystem charset): just ignore bytes => str conversion error.
History
Date User Action Args
2008-08-22 16:54:50vstinnersetrecipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, benjamin.peterson, HWJ
2008-08-22 16:54:50vstinnersetmessageid: <1219424090.89.0.603091626399.issue3187@psf.upfronthosting.co.za>
2008-08-22 16:54:50vstinnerlinkissue3187 messages
2008-08-22 16:54:49vstinnercreate