diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-05 13:45:38 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-06-06 04:57:22 +0200 |
| commit | 319f7f0f09a620e7cd9987d4834660598bfb7109 (patch) | |
| tree | 7ca364153f21d34f656acd352cb505114981b5b6 /kconfiglib.py | |
| parent | d577865e0c9b4c8d45962c17fc9cb541ca49ca1d (diff) | |
Update various comments now that menuconfig is Python 2-compatible
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 5 |
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 |
