]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In Win32 version of listdir(), when FindFirstFile() returns
authorGuido van Rossum <guido@python.org>
Thu, 6 Aug 1998 03:23:32 +0000 (03:23 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Aug 1998 03:23:32 +0000 (03:23 +0000)
commit617bc19e3d7911c478e8313e59a702b99ab440f7
treef5f164d5d0e1e0ae52c7c9edb694c098a6c66455
parent954e3cab0a04142d6d0d705c756ac6d85b2976a0
In Win32 version of listdir(), when FindFirstFile() returns
ERROR_FILE_NOT_FOUND, return an empty list instead of raising an
exception.
Modules/posixmodule.c