summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-05 13:45:38 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-06 04:57:22 +0200
commit319f7f0f09a620e7cd9987d4834660598bfb7109 (patch)
tree7ca364153f21d34f656acd352cb505114981b5b6 /kconfiglib.py
parentd577865e0c9b4c8d45962c17fc9cb541ca49ca1d (diff)
Update various comments now that menuconfig is Python 2-compatible
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index f0a2cc0..dcf4e49 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -52,8 +52,9 @@ sections.
make kmenuconfig
----------------
-This target runs the curses menuconfig interface with Python 3 (Python 2 is
-currently not supported for the menuconfig).
+This target runs the curses menuconfig interface with Python 3. As of
+Kconfiglib 12.2.0, both Python 2 and Python 3 are supported (previously, only
+Python 3 was supported, so this was a backport).
make guiconfig