summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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.