Message137581
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 |
|
Date |
User |
Action |
Args |
2011-06-03 20:11:43 | tim.golden | set | recipients:
+ tim.golden, loewis, giampaolo.rodola, stutzbach, eli.bendersky, brian.curtin |
2011-06-03 20:11:43 | tim.golden | set | messageid: <1307131903.75.0.688450723753.issue11583@psf.upfronthosting.co.za> |
2011-06-03 20:11:41 | tim.golden | link | issue11583 messages |
2011-06-03 20:11:41 | tim.golden | create | |
|