]> granicus.if.org Git - python/commit
Fix for bug #110670 - Win32 os.listdir raises confusing errors:
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 15 Aug 2000 00:46:38 +0000 (00:46 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 15 Aug 2000 00:46:38 +0000 (00:46 +0000)
commit33a6da9971a923ceaaee1406d0feaa64b8d1759a
tree745af43b9b957bc6727f8df7348e9cd2414303bc
parent557a044f74fffcb54ba65dd179953e8afe7d8485
Fix for bug #110670 - Win32 os.listdir raises confusing errors:
The existing win32_error() function now returns the new(ish) WindowsError, ensuring we get correct error messages.
Modules/posixmodule.c