[Mailman-Developers] mailman.client and UUIDs for user.user_id

Aurelien Bompard aurelien at bompard.org
Mon Oct 27 16:36:37 CET 2014


Hey folks,

Mailman stores user_ids as UUIDs in the database, and they are converted on
the fly to integers by the REST API.
However, the mailmanclient library do not convert them back to UUID. Do you
think this is something that it should do, or should I handle this
conversion in my own code?

FYI, I'm attaching a very simple patch which does this conversion in
mailmanclient (4 lines changed).

Aurélien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mmc.patch
Type: text/x-patch
Size: 1082 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/mailman-developers/attachments/20141027/458de71b/attachment.bin>


More information about the Mailman-Developers mailing list