From a2843bc939fa3f57aec100f8e121af8677e869bf Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 14 Dec 2015 21:11:38 +0100 Subject: [PATCH] docs: require python 3.4+ remove references to older pythons. --- docs/development.rst | 2 +- docs/faq.rst | 2 +- docs/installation.rst | 2 +- docs/usage.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 420369502..3a1192189 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -60,7 +60,7 @@ Some more advanced examples:: # verify a changed tox.ini (run this after any change to tox.ini): fakeroot -u tox --recreate - fakeroot -u tox -e py32 # run all tests, but only on python 3.2 + fakeroot -u tox -e py34 # run all tests, but only on python 3.4 fakeroot -u tox borg.testsuite.locking # only run 1 test module diff --git a/docs/faq.rst b/docs/faq.rst index f31b978e5..1831bee6c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -37,7 +37,7 @@ Which file types, attributes, etc. are preserved? * FIFOs ("named pipes") * Name * Contents - * Time of last modification (nanosecond precision with Python >= 3.3) + * Time of last modification (nanosecond precision) * IDs of owning user and owning group * Names of owning user and owning group (if the IDs can be resolved) * Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky) diff --git a/docs/installation.rst b/docs/installation.rst index 38b1a9cec..f4a963dda 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -98,7 +98,7 @@ Dependencies To install |project_name| from a source package (including pip), you have to install the following dependencies first: -* `Python 3`_ >= 3.2.2. Even though Python 3 is not the default Python version on +* `Python 3`_ >= 3.4.0. Even though Python 3 is not the default Python version on most systems, it is usually available as an optional install. * OpenSSL_ >= 1.0.0 * libacl_ (that pulls in libattr_ also) diff --git a/docs/usage.rst b/docs/usage.rst index 894b1d960..4abd44b26 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -100,7 +100,7 @@ Please note: (e.g. mode 600, root:root). -.. _INI: https://docs.python.org/3.2/library/logging.config.html#configuration-file-format +.. _INI: https://docs.python.org/3.4/library/logging.config.html#configuration-file-format Resource Usage ~~~~~~~~~~~~~~