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, rhettinger, serhiy.storchaka, socketpair, terry.reedy, tim.golden, torsten, twouters
Date 2013-03-31.21:08:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364764142.23.0.698440822133.issue11406@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch that fixes the windows build based on twouters' comments. It goes ahead and removes the old C implementation of listdir in favor of the trivial Python wrapping of scandir.
History
Date User Action Args
2013-03-31 21:09:03gregory.p.smithsetrecipients: + gregory.p.smith, loewis, twouters, rhettinger, terry.reedy, pitrou, giampaolo.rodola, tim.golden, eric.araujo, Trundle, brian.curtin, torsten, nvetoshkin, neologix, socketpair, serhiy.storchaka
2013-03-31 21:09:02gregory.p.smithsetmessageid: <1364764142.23.0.698440822133.issue11406@psf.upfronthosting.co.za>
2013-03-31 21:09:02gregory.p.smithlinkissue11406 messages
2013-03-31 21:09:02gregory.p.smithcreate