[Python-bugs-list] [Bug #110670] Win32 os.listdir raises confusing errors (PR#374)

noreply@sourceforge.net noreply@sourceforge.net
Sun, 6 Aug 2000 13:16:36 -0700


Bug #110670, was updated on 2000-Jul-31 14:12
Here is a current snapshot of the bug.

Project: Python
Category: Windows
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: Win32 os.listdir raises confusing errors (PR#374)

Details: Jitterbug-Id: 374
Submitted-By: tpeters@beopen.com
Date: Thu, 29 Jun 2000 02:25:18 -0400 (EDT)
Version: 1.6a2
OS: Windows


Copying this over from the SourceForge bug manager:
https://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=108381
Here's the original complaint:

    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.

Here's confirmation under Win98 1.6a2:

C:\Python16>python
Python 1.6a2 (#0, Apr  6 2000, 11:45:12) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import os
>>> os.listdir('/cow')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
OSError: [Errno 3] No such process: '/cow'
>>>






====================================================================
Audit trail:
Tue Jul 11 08:24:21 2000	guido	moved from incoming to open

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110670&group_id=5470