
April 2, 2016
8 p.m.
I tried the doing it the way you did and got the same result. After checking with "dir()" I found a "commit" method. I tried running it and it worked.
dir() ['IUserManager', '__builtins__', 'a', 'abort', 'commit', 'config', 'getUtility', 'l', 'm', 'now', 'um', 'user_manager', 'x'] commit <bound method SABaseDatabase.commit of <mailman.database.postgresql.PostgreSQLDatabase object at 0x7efbf969c9e8>> commit()
Maybe it was there because I'm using PostgreSQL but it worked for me.