Mercurial > p > roundup > code
diff CHANGES.txt @ 6479:808f7a8ed2b6
Clean leaking file descriptors. Eliminates ResourceWarnings.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 Sep 2021 23:38:10 -0400 |
| parents | 37b57da3374f |
| children | 7fb13dc67a41 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Aug 30 16:17:46 2021 -0400 +++ b/CHANGES.txt Sun Sep 05 23:38:10 2021 -0400 @@ -15,6 +15,10 @@ Fixed: +- issue2551161 - Fix ResourceWarnings when running with -W default. + Cleaned up leaking file descriptors from zopetal pre-compile, python + module compile and loading localization file. (John Rouillard) + Features: - issue2551147 - Enable compression of http responses in roundup.
