diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-10 17:05:01 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-10 17:05:01 +0200 |
| commit | 0c84684cd8517c76ce0768eed1e36e96a8294281 (patch) | |
| tree | 3620b09226b43f22289e9e4ede60c45826065ddc | |
| parent | a95f477eafc0b6708c3ce671fce7302ecec4f789 (diff) | |
Update module docstring re. Python 3 support.
| -rw-r--r-- | kconfiglib.py | 6 |
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. |
