Mercurial > p > roundup > code
changeset 8326:5145ad81970a
docs: change some last 3.6 references to 3.7 with dropping of 3.6.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 11 Jun 2025 16:00:44 -0400 |
| parents | 375c9f63f877 |
| children | 8654957a6fd4 |
| files | doc/features.txt doc/rest.txt |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/features.txt Wed Jun 04 20:12:24 2025 -0400 +++ b/doc/features.txt Wed Jun 11 16:00:44 2025 -0400 @@ -18,7 +18,7 @@ ``python demo.py`` or `a Docker container`_ in under 5 minutes. - Choose from `five included templates`_ for your tracker. - `Customize`_ and use the demo as a template for your production tracker. -- No need for additional support software, just Python (3.6+ or 2.7) +- No need for additional support software, just Python (3.7+ or 2.7) to get started. - Basic installation (including a web interface) takes about 30 minutes. - Supports embedded databases like `SQLite`_ and dbm. Upgradable
--- a/doc/rest.txt Wed Jun 04 20:12:24 2025 -0400 +++ b/doc/rest.txt Wed Jun 11 16:00:44 2025 -0400 @@ -375,8 +375,8 @@ extension. You will also get a 406 status if none of the entries in the accept header are available or if the accept header is invalid. -Note: ``dicttoxml2.py`` is an updated version of ``dicttoxml.py``. If -you are still using Python 2.7 or 3.6, you can use ``dicttoxml.py``. +Note: ``dicttoxml2.py`` is an updated version of ``dicttoxml.py`` and +should be used for Roundup running on Python 3.7 or newer. Also the ``/binary_content`` attribute endpoint can be used to retrieve raw file data in many formats.
