summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 7dfdd06..64ba8b9 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -58,8 +58,9 @@ Look in kconfigtest.py for the test suite.
Credits: Written by Ulf "Ulfalizer" Magnusson
-Send bug reports, suggestions (any missing APIs that would make your life
-easier?) and other feedback to kconfiglib@gmail.com ."""
+Send bug reports, suggestions and other feedback to kconfiglib@gmail.com .
+Don't wrestle with internal APIs. Tell me what you need and I might add it in a
+safe way as a client API instead."""
# If you have Psyco installed (32-bit installations, Python <= 2.6 only),
# setting this to True (right here, not at runtime) might give a nice speedup.