[Patches] [ python-Patches-410547 ] os.statvfs support for Windows

noreply@sourceforge.net noreply@sourceforge.net
Thu, 22 Mar 2001 13:35:00 -0800


Patches item #410547, was updated on 2001-03-22 08:58
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=410547&group_id=5470

Category: Windows
Group: None
Status: Open
Priority: 5
Submitted By: Fredrik Lundh (effbot)
Assigned to: Tim Peters (tim_one)
Summary: os.statvfs support for Windows

Initial Comment:
This patch adds (partial) os.statvfs support for
Windows.

The FRSIZE, BLOCKS, BFREE, BAVAIL, and NAMEMAX
fields are set.  Remaining fields are set to
zero, but should probably be set to None.

</F>

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

>Comment By: Tim Peters (tim_one)
Date: 2001-03-22 13:35

Message:
Logged In: YES 
user_id=31435

/F, can you add a doc patch (for os.statvfs) that says 
enough so that a Windows user has some chance of guessing 
what this function returns?

BTW, I have no problem w/ returning zeroes instead of Nones.

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

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