]> granicus.if.org Git - python/commit
posix_listdir(): When an error occurs, call
authorBarry Warsaw <barry@python.org>
Thu, 27 May 1999 23:13:21 +0000 (23:13 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 27 May 1999 23:13:21 +0000 (23:13 +0000)
commitf63b8cc07c1782b4319c314b0ff0245f5ec5f455
tree785a091c349346b6fec034f7daef6d62d224a049
parentf1882422d2531ff45a35f7c1b9429e1d86a8b417
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.
Modules/posixmodule.c