Mercurial > p > roundup > code
diff CHANGES.txt @ 6195:6e0c4d50b97e
Issue2551084 - Fix Inefficiency in roundup-admin
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 Jun 2020 23:10:25 -0400 |
| parents | 15fd91fd3c4c |
| children | 74784dd531c8 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Jun 10 19:46:41 2020 -0400 +++ b/CHANGES.txt Thu Jun 11 23:10:25 2020 -0400 @@ -25,6 +25,9 @@ generate quoted values for all fields. This makes the string starting with = be interpreted as a string and not a formula. (John Rouillard as reported in the decomissioned bpo meta tracker IIRC.) +- issue2551084 - Fix inefficiency in roundup-admin. Streamline code and + bring in line with 2.7 and newer python functionality. (Patch by Tom + Ekberg (tekberg); John Rouillard) Features:
