commit | 0c9608cf1bcad32d3e7226b2743f245be231a119 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Feb 03 16:32:37 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Feb 03 16:32:37 1999 +0000 |
tree | efd89512c209faf4f161bfe0ee7ebc25adc67335 | |
parent | c256ece88c81ffc573c5a1e7f0e45e68a656ee29 [diff] |
Portability fix for [f]statvfs() return tuple: no longer return the f_fsid field, since it's not a scalar on all systems supporting this call (in particular, it's a tuple of two longs on AIX). Since it's not particularly useful, just nuke it. Adapted the doc strings too.