[issue32143] os.statvfs lacks f_fsid

Martin Panter report at bugs.python.org
Sun Nov 26 17:09:03 EST 2017


Martin Panter <vadmium+py at gmail.com> added the comment:

The doc string for the result object, and the main Python 2 documentation, both say that the result is a 10-tuple. So perhaps any new field should only be an attribute, and the tuple should stay the same size, to maintain compatibility. This was done in other cases, e.g. struct_time and stat_result.

----------
nosy: +martin.panter

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32143>
_______________________________________


More information about the Python-bugs-list mailing list