From 72c4f69a10fd51d74214ae92c4e67183f0fe26fb Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 9 Dec 2012 03:45:01 +0100 Subject: Add note about internal APIs. --- kconfiglib.py | 5 +++-- 1 file 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. -- cgit v1.2.3