Mercurial > p > roundup > code
changeset 5511:bfe8e52af1e7
more mentions of updated MySQL client module
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Sat, 18 Aug 2018 10:05:52 +0100 |
| parents | e2978ed3b550 |
| children | c652849bfc75 |
| files | CHANGES.txt doc/features.txt |
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Fri Aug 17 22:12:48 2018 +0100 +++ b/CHANGES.txt Sat Aug 18 10:05:52 2018 +0100 @@ -22,6 +22,8 @@ (Christof Meerwald) - issue2550989: PGP encryption is now done using the gpg module instead of pyme. (Christof Meerwald) +- issue2550987: Use updated MySQL client module that supports Python + 3. (Christof Meerwald) Fixed:
--- a/doc/features.txt Fri Aug 17 22:12:48 2018 +0100 +++ b/doc/features.txt Sat Aug 18 10:05:52 2018 +0100 @@ -108,6 +108,6 @@ XMLRPC calls .. _sqlite: http://www.hwaci.com/sw/sqlite/ -.. _mysql: http://sourceforge.net/projects/mysql-python +.. _mysql: https://pypi.org/project/MySQL-python/ .. _postgresql: http://initd.org/software/initd/psycopg
