From 0c84684cd8517c76ce0768eed1e36e96a8294281 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 10 Jun 2015 17:05:01 +0200 Subject: Update module docstring re. Python 3 support. --- kconfiglib.py | 6 +++--- 1 file 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=] -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. -- cgit v1.2.3