[New-bugs-announce] [issue32659] Solaris "stat" should support "st_fstype"

Jesús Cea Avión report at bugs.python.org
Wed Jan 24 19:46:54 EST 2018


New submission from Jesús Cea Avión <jcea at jcea.es>:

Solaris has an extra "st_fstype" in the "stat" structure:

"""
       st_fstype
                     A null-teminated string that uniquely identifies the type
                     of the filesystem that contains the file.
"""

Supporting this should be trivial and 3.7RC1 is still a week away. I can take care of the patch for Python 3.7, if you agree that this must be fixed.

----------
assignee: jcea
messages: 310650
nosy: jcea
priority: normal
severity: normal
stage: needs patch
status: open
title: Solaris "stat" should support "st_fstype"
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list