From f4236037e4f6b4f23f879829fa0db640c1f223a3 Mon Sep 17 00:00:00 2001 From: sibir Date: Wed, 16 Nov 2022 00:20:34 -0800 Subject: [PATCH] Remove notes on not operator & expressions No longer true as of v0.17 of metadata syntax. --- docs/metadata/conditions.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/metadata/conditions.rst b/docs/metadata/conditions.rst index 39807a67..4dc978f7 100644 --- a/docs/metadata/conditions.rst +++ b/docs/metadata/conditions.rst @@ -227,7 +227,7 @@ versions that do not conform to SemVer. The supported extensions are: Logical Operators ================= -The ``and``, ``or`` and ``not`` operators have their usual definitions, except that the ``not`` operator only ever operates on the result of the function immediately following it. +The ``and``, ``or`` and ``not`` operators have their usual definitions. Order of Evaluation ------------------- @@ -248,8 +248,6 @@ is evaluated as:: function and ( function or ( not function ) ) -Parentheses cannot be used between a ``not`` operator and the function following it. - Performance ===========