This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Win32 os.listdir raises confusing errors
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: tim.peters Nosy List: loewis, tim.peters
Priority: normal Keywords:

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