summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index eb9c77a..2af9e9f 100644
--- a/README.rst
+++ b/README.rst
@@ -272,14 +272,10 @@ Other features
`multiprocessing <https://docs.python.org/3/library/multiprocessing.html>`_
module. No global state is kept.
-- **Warning parity with the C implementation**
+- **Generates more warnings than the C implementation**
- Generates the same warnings as the C implementation, plus a few extra ones.
- Also detects dependency loops and ``source`` loops.
-
- This is less important if the input is assumed to be well-formed, but makes
- Kconfiglib a viable replacement for the C tools if e.g. a ``menuconfig``
- interface is added.
+ Generates the same warnings as the C implementation, plus additional ones.
+ Also detects dependency and ``source`` loops.
All warnings point out the location(s) in the ``Kconfig`` files where a
symbol is defined, where applicable.