[Python-bugs-list] [ python-Bugs-530236 ] os.py assumes existence of statvfs_resul

noreply@sourceforge.net noreply@sourceforge.net
Fri, 15 Mar 2002 02:20:33 -0800


Bugs item #530236, was opened at 2002-03-15 10:07
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=530236&group_id=5470

Category: Python Library
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Jack Jansen (jackjansen)
Assigned to: Michael Hudson (mwh)
Summary: os.py assumes existence of statvfs_resul

Initial Comment:
Os.py rev. 1.52 assumes that stat_result and statvfs_result exist on all platforms.

statvfs_result doesn't exist on MacOS (classic), and there may even be platforms that don't have stat_result.

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2002-03-15 10:20

Message:
Logged In: YES 
user_id=6656

Damn, I knew I'd need to worry about this, but forgot.

Fixed in revision 1.53 of os.py.

Sorry.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=530236&group_id=5470