summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 944d153..de3f959 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -5948,8 +5948,9 @@ def expr_items(expr):
"""
Returns a set() of all items (symbols and choices) that appear in the
expression 'expr'.
- """
+ Passing subexpressions of expressions to this function works as expected.
+ """
res = set()
def rec(subexpr):