Mercurial > p > roundup > code
changeset 6213:a2088da96760
merge in upstream changes with local note of gdbm fix
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 Jun 2020 10:43:01 -0400 |
| parents | 50960479f627 (current diff) b89301acca0e (diff) |
| children | 2a660c1e69eb |
| files | CHANGES.txt |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jun 29 15:48:04 2020 +0200 +++ b/CHANGES.txt Mon Jun 29 10:43:01 2020 -0400 @@ -28,6 +28,8 @@ - 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) +- provide fallback for import gdbm under python3. If gdbm import + fails, try import of dbm.gnu. (John Rouillard) Features:
