Update of /projects/cvsroot/python/dist/src/Modules In directory anthem:/projects/python/develop/bwarsaw/python/dist/src/Modules Modified Files: posixmodule.c Log Message: posix_listdir(): When an error occurs, call posix_error_with_filename() instead of posix_error(), passing in the name argument, so you get information on which directory was being listed.