summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 0a688b5..b860ca0 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -44,9 +44,9 @@ object 'c' created, run
$ make iscriptconfig [ARCH=<architecture>]
-Kconfiglib currently uses Python 2. For (i)scriptconfig, the Python interpreter
-to use can be passed in PYTHONCMD. It defaults to 'python', but PyPy works too
-and might be faster for long-running jobs.
+Kconfiglib supports both Python 2 and Python 3. For (i)scriptconfig, the Python
+interpreter to use can be passed in PYTHONCMD, which defaults to 'python'. PyPy
+works well too, and might give a nice speedup for long-running jobs.
The examples/ directory contains short example scripts, which can be run with
e.g.