[New-bugs-announce] [issue12442] shutil.disk_usage()

Giampaolo Rodola' report at bugs.python.org
Wed Jun 29 18:55:39 CEST 2011


New submission from Giampaolo Rodola' <g.rodola at gmail.com>:

Patch in attachment adds a new disk_usage() function to shutil module which retrieves total, used and free disk space given a certain path plus the percentage usage.

See original discussion on python-ideas ml:
http://mail.python.org/pipermail/python-ideas/2011-June/010480.htm

----------
assignee: giampaolo.rodola
components: Library (Lib)
files: diskusage.patch
keywords: needs review, patch
messages: 139439
nosy: giampaolo.rodola, pitrou, rhettinger
priority: normal
severity: normal
stage: patch review
status: open
title: shutil.disk_usage()
type: feature request
versions: Python 3.3
Added file: http://bugs.python.org/file22517/diskusage.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12442>
_______________________________________


More information about the New-bugs-announce mailing list