summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-09 03:45:01 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-09 03:45:01 +0100
commit72c4f69a10fd51d74214ae92c4e67183f0fe26fb (patch)
tree5e79f21defce7b1b87685365ef94e83ea32fe6a2
parent9e9b165e1f87fdfc234f2b0c1557d7622ff0ceea (diff)
Add note about internal APIs.
-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.