summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_user.en.adoc9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index 2d4498ef1..e7d1bfb8a 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -251,12 +251,9 @@ List of commonly used options:
| ENABLE_PYTHON | `ON`, `OFF` | ON |
Compile <<scripts_plugins,Python plugin>>.
-| ENABLE_PYTHON3 | `ON`, `OFF` | OFF |
- Compile <<scripts_plugins,Python plugin>> using Python 3. +
- This option is not recommended because many scripts are not yet compatible
- with Python 3. +
- You can follow the progress of Python 3 transition on this page:
- https://weechat.org/scripts/python3/
+| ENABLE_PYTHON2 | `ON`, `OFF` | OFF |
+ Compile <<scripts_plugins,Python plugin>> using Python 2 first, then fallback
+ on Python 3 if not found.
| ENABLE_RELAY | `ON`, `OFF` | ON |
Compile <<relay_plugin,Relay plugin>>.