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 tim.golden
Recipients akuchling, bochecha, eric.araujo, eric.smith, ezio.melotti, fdrake, kveretennicov, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, tim.golden
Date 2012-11-06.16:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <50993FF8.8040002@timgolden.me.uk>
In-reply-to <1352219821.86.0.0556256160597.issue9584@psf.upfronthosting.co.za>
Content
Well even in the original [working] version, the scope of this change
was limited to glob.glob. os.listdir doesn't currently support any form
of expansion (at least not on Windows) and nor does os.makedirs. I don't
see any problem in restricting this change -- and any future extensions
-- to glob.glob whose purpose is precisely to return one or more files
matching a, possibly wildcard, pattern.
History
Date User Action Args
2012-11-06 16:51:08tim.goldensetrecipients: + tim.golden, fdrake, akuchling, ronaldoussoren, pitrou, eric.smith, kveretennicov, ezio.melotti, eric.araujo, r.david.murray, bochecha, python-dev, serhiy.storchaka
2012-11-06 16:51:08tim.goldenlinkissue9584 messages
2012-11-06 16:51:07tim.goldencreate