[issue6095] os.curdir as the default argument for os.listdir

Virgil Dupras report at bugs.python.org
Sat Jun 13 21:42:52 CEST 2009


Virgil Dupras <hsoft at hardcoded.net> added the comment:

I saw this ticket as a good way to get my feet wet (I almost never touched 
C) with Python's C API, so I went ahead and did the part for OS X. I also 
did the Windows part, but I'm not setup to compile Python on Windows, so I 
don't even know if it remotely works.

It would be nice if someone could review this patch and tell me about 
mistakes (such as memory management ones, probably). Thanks!

----------
keywords: +patch
nosy: +vdupras
Added file: http://bugs.python.org/file14296/t6095.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6095>
_______________________________________


More information about the Python-bugs-list mailing list