Bump. Some emails still missing, and we need them if you intend to vote in the upcoming CPython general election: Nov 16, 2018.

Please provide your email address ASAP and before Nov 16, 2018.

See this issue for more details.
https://github.com/python/voters/issues/1



On Tue, Nov 6, 2018 at 5:19 AM Victor Stinner <vstinner@redhat.com> wrote:
I'm not sure about Roundup. In the web UI, the email address is
partially hidden for me. I'm not a Roundup Admin.

Le mar. 6 nov. 2018 à 13:24, Donald Stufft <donald@stufft.io> a écrit :
> If roundup has an API, feel free to submit a PR to generate-voter-roll.py in that same repository to have it pull from bugs.p.o as well. I already knew GitHub’s API so it was easy to spend 15 minutes tossing something together that would work. Clicking on the “tracker documentation” link doesn’t mention an API at all.

I wrote a few lines to access to XML-RPC API of Roundup to generate
this list of vulnerabilities:
https://github.com/vstinner/python-security/blob/ad333b301fbc5ef3a954ed7c67affc48241a7a8f/render_doc.py#L393-L411

You probably want the server.display('user%s' % msg['author'],
'username', 'realname') part. I didn't check if I can use it to access
the email address.

FYI the result is this website:
http://python-security.readthedocs.io/vulnerabilities.html

Victor
_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/