summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2005-05-16 02:42:22 (GMT)
committerSkip Montanaro <skip@pobox.com>2005-05-16 02:42:22 (GMT)
commit5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d (patch)
treee88a2a8af8007bf281600f7f9f8665ba393de38f /Misc
parent7726dc0a8e2951e1fd75353e7d8c16284d0d4653 (diff)
downloadcpython-5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d.zip
cpython-5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d.tar.gz
cpython-5ff14927209fe4a6c3085bf600e4ef80bdf6ff4d.tar.bz2
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
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 b27b169..4d8f3b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Core and builtins
Extension Modules
-----------------
+- Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if
+ available on the platform.
+
- Bug #1166660: The readline module could segfault if hook functions
were set in a different thread than that which called readline.