]> granicus.if.org Git - python/commitdiff
#6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().
authorGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 13:34:52 +0000 (13:34 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 8 Jun 2009 13:34:52 +0000 (13:34 +0000)
Doc/library/fcntl.rst

index fa0b3cba976fd851845bd4c9fb5ae55f40ff206f..b186d14f7a5d06f380333b818ebd9924a7471a68 100644 (file)
@@ -151,7 +151,6 @@ lay-out for the *lockdata* variable is system dependent --- therefore using the
 
    Module :mod:`os`
       If the locking flags :const:`O_SHLOCK` and :const:`O_EXLOCK` are present
-      in the :mod:`os` module, the :func:`os.open` function provides a more
-      platform-independent alternative to the :func:`lockf` and :func:`flock`
-      functions.
+      in the :mod:`os` module (on BSD only), the :func:`os.open` function
+      provides an alternative to the :func:`lockf` and :func:`flock` functions.