Mercurial > p > roundup > code
changeset 6212:b89301acca0e
Update changelog with gdbm fallback under python3.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 28 Jun 2020 23:59:22 -0400 |
| parents | 13f5cbbcd4e6 |
| children | a2088da96760 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 28 20:57:00 2020 -0400 +++ b/CHANGES.txt Sun Jun 28 23:59:22 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:
