Start working on an extension specifically for win32, This will wrap the win32 FindFile code into nice objects for higher levels. Mostly, I'm cribbing the code from other places like posixmodule.c I'm doing it in Pyrex, though, so I get a couple conveniences, like not having to watch all of my allocations, etc. I might *want* to do that for performance before all is said and done, but for now, get it working.
ATM, it just iterates, but doesn't actually work out any data.