Mercurial > p > roundup > code
diff CHANGES.txt @ 5526:df3f553fa414
Update documentation for Python 3 support (issue 2550968, issue 2550980).
A few obsolete references to Python 2.3 or 2.4 also removed or
updated.
| author | Joseph Myers <jsm@polyomino.org.uk> |
|---|---|
| date | Mon, 03 Sep 2018 00:12:46 +0000 |
| parents | 0cdf19b82354 |
| children | a7c3cd2edf51 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Sep 02 23:48:04 2018 +0000 +++ b/CHANGES.txt Mon Sep 03 00:12:46 2018 +0000 @@ -8,7 +8,8 @@ **IMPORTANT** The v1.5.x releases of Roundup were the last to support Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup -v2.7.2 is required to run newer releases of Roundup. +v2.7.2 is required to run newer releases of Roundup. From v?.? +onwards Python 3.4 and later are also supported. 2018-??-?? ?.?.0 @@ -27,6 +28,9 @@ - issue2550967: the jinja2 loader has been extended to look for .xml files as well as .html files similar to the TAL loader. (Christof Meerwald) +- Support for Python 3 (3.4 and later). See doc/upgrading.txt for + details of what is required to move an existing tracker from Python + 2 to Python 3 (Joseph Myers, Christof Meerwald) Fixed:
