Issue 208381: Win32 os.listdir raises confusing errors

Issue208381

Created on 2000-06-27 11:20 by loewis, last changed 2022-04-10 16:02 by admin. This issue is now closed.

Messages (2)
msg5 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2000-06-27 11:20
On Win32, os.listdir raises "No such process" when the directory does not exist.
The error returned from GetLastError really is ERROR_PATH_NOT_FOUND,
not ESRCH.
msg6 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2000-06-29 06:27
Moved this to Jitterbug on python.org, and changed status here to Closed.  It's bug 274 on Jitterbug.
History
Date User Action Args
2022-04-10 16:02:01adminsetgithub: 32463
2000-06-27 11:20:20loewiscreate