Skip to content

Commit

Permalink
Update the FAQ entries on compatibility and contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
edschofield committed Feb 21, 2024
1 parent f4a1f04 commit 9f87630
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -328,7 +328,7 @@ Licensing

Docs
----
See the docs `here <https://python-future.org>`.
See the docs `here <https://python-future.org>`_.

Next steps
----------
Expand Down
19 changes: 11 additions & 8 deletions docs/faq.rst
Expand Up @@ -257,13 +257,14 @@ Platform and version support
Which versions of Python does ``python-future`` support?
--------------------------------------------------------

Python 2.7, and 3.4+ only.
Python 2.6 and 3.3+ only. Python 2.7 and Python 3.4+ are preferred.

Python 2.7 introduced many important forward-compatibility
features (such as import hooks, ``b'...'`` literals and ``__future__``
definitions) that greatly reduce the maintenance burden for single-source
Py2/3 compatible code. ``future`` leverages these features and aims to
close the remaining gap between Python 3 and 2.7.
You may be able to use Python 2.6 but writing Py2/3 compatible code is not as
easy. Python 2.7 introduced many important forward-compatibility features (such
as import hooks, ``b'...'`` literals and ``__future__`` definitions) that
greatly reduce the maintenance burden for single-source Py2/3 compatible code.
``future`` leverages these features and aims to close the remaining gap between
Python 3 and 2.7.


Do you support Pypy?
Expand Down Expand Up @@ -299,8 +300,10 @@ Can I help?
-----------

Yes please :) We welcome bug reports, additional tests, pull requests,
and stories of either success or failure with using it. Help with the fixers
for the ``futurize`` script is particularly welcome.
and stories of either success or failure with using it.

However, please note that the project is not very actively maintained. It
should be considered done, like Python 2.


Where is the repo?
Expand Down

0 comments on commit 9f87630

Please sign in to comment.