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.

Author loewis
Recipients
Date 2000-06-27.11:20:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 13:49:01adminlinkissue208381 messages
2007-08-23 13:49:01admincreate