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 gregory.p.smith
Recipients Trundle, brian.curtin, eric.araujo, giampaolo.rodola, gregory.p.smith, loewis, neologix, nvetoshkin, pitrou, serhiy.storchaka, socketpair, terry.reedy, tim.golden, torsten
Date 2013-03-24.23:08:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364166502.97.0.0899606850786.issue11406@psf.upfronthosting.co.za>
In-reply-to
Content
you'll see my code already has TODOs in there for that.  windows API documentation suggests that windows returns even more (stat-like) info when traversing a directory.  returning a namedtuple with the relevant info from the platform at hand would be good.

I'd prefer to iterate on the code and get this working as is first, then update it to support returning the full details, namedtuple or otherwise.  perhaps via an os.scandir vs os.scandirfull or something.  I'd like to keep the ability to return just the names: no need to spend time building up the tuples that'll be discarded by the os.listdir compatibility code.
History
Date User Action Args
2013-03-24 23:08:23gregory.p.smithsetrecipients: + gregory.p.smith, loewis, terry.reedy, pitrou, giampaolo.rodola, tim.golden, eric.araujo, Trundle, brian.curtin, torsten, nvetoshkin, neologix, socketpair, serhiy.storchaka
2013-03-24 23:08:22gregory.p.smithsetmessageid: <1364166502.97.0.0899606850786.issue11406@psf.upfronthosting.co.za>
2013-03-24 23:08:22gregory.p.smithlinkissue11406 messages
2013-03-24 23:08:22gregory.p.smithcreate