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 sjt
Recipients sjt
Date 2009-02-13.18:27:04
SpamBayes Score 1.864512e-07
Marked as misclassified No
Message-id <1234549626.49.0.319241033357.issue5252@psf.upfronthosting.co.za>
In-reply-to
Content
It should also try to convert stuff like

from statvfs import F_BAVAIL, F_FRSIZE
status = os.statvfs(directory)
available = status[F_BAVAIL]/((1024*1024)/status[F_FRSIZE]
History
Date User Action Args
2009-02-13 18:27:06sjtsetrecipients: + sjt
2009-02-13 18:27:06sjtsetmessageid: <1234549626.49.0.319241033357.issue5252@psf.upfronthosting.co.za>
2009-02-13 18:27:05sjtlinkissue5252 messages
2009-02-13 18:27:04sjtcreate