core: mention there's no fallback on the other Python version in release notes

v2.8-utf8proc
Sébastien Helleu 2019-08-10 10:42:53 +02:00
parent a906afc3d7
commit befa97ea81
1 changed files with 2 additions and 2 deletions

View File

@ -23,12 +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 (without fallback
Python 3 is now used by default to compile the "python" plugin (no 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 instead of Python 3.
plugin is built with Python 2 (no fallback on Python 3).
[[v2.5]]
== Version 2.5 (2019-06-06)