README/CHANGELOG: make Python requirements consistent

[ci skip]
This commit is contained in:
David Adam 2020-09-16 15:57:10 +08:00
parent 465c2d06aa
commit f9505996e7
2 changed files with 5 additions and 5 deletions

View file

@ -218,8 +218,8 @@ For distributors and developers
builds with the system-installed PCRE2, or the version it bundles. By builds with the system-installed PCRE2, or the version it bundles. By
default it prefers the system library if available, unless Mac default it prefers the system library if available, unless Mac
codesigning is enabled (#6952). codesigning is enabled (#6952).
- Running the full interactive test suite now requires Python 3.3+ and the pexpect package (#6825). - Running the full interactive test suite now requires Python 3.5+ and the pexpect package (#6825); the expect package is no longer required.
- For fish's tools written in python, like fish_config and the manpage completion generator, support for python 2 has been dropped. Please use Python 3.5 or later (#6537). - Support for Python 2 in fish's tools (``fish_config`` and the manual page completion generator) is no longer guaranteed. Please use Python 3.5 or later (#6537).
-------------- --------------

View file

@ -102,8 +102,8 @@ The following optional features also have specific requirements:
- builtin commands that have the ``--help`` option or print usage - builtin commands that have the ``--help`` option or print usage
messages require ``ul`` and either ``nroff`` or ``mandoc`` for messages require ``ul`` and either ``nroff`` or ``mandoc`` for
display display
- automated completion generation from manual pages requires Python 3.3+ - automated completion generation from manual pages requires Python 3.5+
- the ``fish_config`` web configuration tool requires Python 3.3+ and a web browser - the ``fish_config`` web configuration tool requires Python 3.5+ and a web browser
- system clipboard integration (with the default Ctrl-V and Ctrl-X - system clipboard integration (with the default Ctrl-V and Ctrl-X
bindings) require either the ``xsel``, ``xclip``, bindings) require either the ``xsel``, ``xclip``,
``wl-copy``/``wl-paste`` or ``pbcopy``/``pbpaste`` utilities ``wl-copy``/``wl-paste`` or ``pbcopy``/``pbpaste`` utilities
@ -155,7 +155,7 @@ Compiling fish requires:
Sphinx is also optionally required to build the documentation from a Sphinx is also optionally required to build the documentation from a
cloned git repository. cloned git repository.
Additionally, running the test suite requires python 3.3+ and the pexpect package. Additionally, running the test suite requires Python 3.5+ and the pexpect package.
Building from source (all platforms) - Makefile generator Building from source (all platforms) - Makefile generator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~