summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2005-06-02 13:09:30 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2005-06-02 13:09:30 (GMT)
commit5f937a7b8b1ba766ffada44d27f84ab1a43dc980 (patch)
tree753bffb3e2ccd767ca7805d7dd00b9da0f4eab6d /Misc
parentf36947032f4e99b2c55fc25fa36a1960c4423cbb (diff)
downloadcpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.zip
cpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.tar.gz
cpython-5f937a7b8b1ba766ffada44d27f84ab1a43dc980.tar.bz2
Patch #1212117: Add optional attribute st_flags to os.stat_result
when the member is available on the platform. (Contributed by Diego Petteno)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ea2b54..196d762 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,6 +88,9 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1212117: os.stat().st_flags is now accessible as a attribute
+ if available on the platform.
+
- Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if
available on the platform.