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 brian.curtin, eli.bendersky, giampaolo.rodola, loewis, stutzbach, tim.golden
Date 2011-06-03.20:11:41
SpamBayes Score 0.09287927
Marked as misclassified No
Message-id <1307131903.75.0.688450723753.issue11583@psf.upfronthosting.co.za>
In-reply-to
Content
One (presumably unintended) side-effect is that you can now do os.path.isdir on a wildcard and the first returned entry will be tested for directoryness:

import os
os.path.isdir ("c:/tem*")
# => True where c:/temp exists
History
Date User Action Args
2011-06-03 20:11:43tim.goldensetrecipients: + tim.golden, loewis, giampaolo.rodola, stutzbach, eli.bendersky, brian.curtin
2011-06-03 20:11:43tim.goldensetmessageid: <1307131903.75.0.688450723753.issue11583@psf.upfronthosting.co.za>
2011-06-03 20:11:41tim.goldenlinkissue11583 messages
2011-06-03 20:11:41tim.goldencreate