diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-03 08:31:57 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-03 08:31:57 +0200 |
commit | 9be225b201a51e04bfb1f5d5fdbe608dbd79710c (patch) | |
tree | 257832819db666a83729dbd950e33cd36d1a9abd | |
parent | 07878046d220b92bd45fae0cea9937ec3bcb7301 (diff) | |
download | weechat-9be225b201a51e04bfb1f5d5fdbe608dbd79710c.zip |
core: fix description of changes on Python build in release notes
There's no fallback on the other Python version:
- with no option: build with Python 3 only
- with option ENABLE_PYTHON2: build with Python 2 only.
-rw-r--r-- | ReleaseNotes.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 350fe597a..7be308183 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -23,11 +23,12 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v2.6_python3_default]] === Python 3 by default -Python 3 is now used by default to compile the "python" plugin. +Python 3 is now used by default to compile the "python" plugin (without fallback +on Python 2). The CMake option `ENABLE_PYTHON3` has been renamed to `ENABLE_PYTHON2` (configure option `--enable-python2`). If this option is enabled, the "python" -plugin is built with Python 2 (if found), with a fallback on Python 3. +plugin is built with Python 2 instead of Python 3. [[v2.5]] == Version 2.5 (2019-06-06) |