List for a specific domain can be retreived now via the domains `lists`property:
>>> example = client.get_domain(web_host='http://example.com') >>> for mlist in example.lists: ... print mlist <List "test-one@example.com"> <List "test-two@example.com"> <List "test-three@example.com">
** Changed in: mailman.client Status: New => Fix Committed