summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorjcea <jcea@jcea.es>2018-01-28 13:00:08 (GMT)
committerGitHub <noreply@github.com>2018-01-28 13:00:08 (GMT)
commit6c51d518800cdda7ba16ae163be0d211d2c4fa12 (patch)
treeb5f8ee9bd042849b6260d4b8b10d1ff53a75b881 /Misc/NEWS.d/next
parent43c0f1ac5ed8bc9c3bd048d2ce4de4c98a83de99 (diff)
downloadcpython-6c51d518800cdda7ba16ae163be0d211d2c4fa12.zip
cpython-6c51d518800cdda7ba16ae163be0d211d2c4fa12.tar.gz
cpython-6c51d518800cdda7ba16ae163be0d211d2c4fa12.tar.bz2
bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
* bpo-32659: Solaris "stat" should support "st_fstype" * Add 'versionadded'
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2018-01-25-03-46-00.bpo-32659.VHYoON.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-25-03-46-00.bpo-32659.VHYoON.rst b/Misc/NEWS.d/next/Library/2018-01-25-03-46-00.bpo-32659.VHYoON.rst
new file mode 100644
index 0000000..f29f087
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-01-25-03-46-00.bpo-32659.VHYoON.rst
@@ -0,0 +1 @@
+Under Solaris and derivatives, :class:`os.stat_result` provides a st_fstype attribute.