Mercurial > p > roundup > code
diff CHANGES.txt @ 5321:4566360871dc
Raises python requirement to 2.7.
* Change the most important places version_check.py abd doc/installation.txt
for python2.7. This has been discussed on roundup-devel twice.
* Add note to anypy TODO and CHANGES.txt.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Tue, 24 Apr 2018 08:58:28 +0200 |
| parents | 62de601bdf6f |
| children | 762222535a0b |
line wrap: on
line diff
--- a/CHANGES.txt Tue Apr 24 08:42:40 2018 +0200 +++ b/CHANGES.txt Tue Apr 24 08:58:28 2018 +0200 @@ -228,6 +228,8 @@ by default (finding only non-retired items for backwards compatibility) and can be set to None (for finding retired and non-retired items) or True (for finding only retired items). +- Requires Python 2.7 now, indicated in version_check.py + and doc/installation.txt. (Bernhard Reiter) Fixed: @@ -645,7 +647,7 @@ - Documentation: configuration messages_to_author value "nosy" now documented in chapter "customizing". (Bernhard Reiter) - issue2550877 Failures in test_mailgw.py because of duplicated headers - and more precise comparision. Writing headers with the email module will use + and more precise comparision. Writing headers with the email module will use continuation_ws = ' ' now for python 2.5 and 2.6. (Bernhard Reiter) - issue2550870 migrate use of 'rfc822' module to the 'email' module (Bernhard Reiter/John Kristensen)
