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.
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to