Issue 20915: Add "pip" section to experts list in devguide (original) (raw)

Created on 2014-03-13 19:31 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (10)
msg213446 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-13 19:31
With pip installed by Python and new distutils fixes on the table, I think it will be needed to make pip developers nosy on bugs.python.org issues. (For many issues we’ll have to close the ticket here and ask to report on github/pypa/pip, but other tickets will be rightfully here.) What about adding a “pip” line in experts.rst in the devguide? It would let us type “pip” in the nosy field and have our pip contacts notified.
msg213488 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2014-03-13 22:32
Makes sense to me. We should include Marcus.Smith in that list as well, and give him developer access on the tracker.
msg213896 - (view) Author: Donald Stufft (dstufft) * (Python committer) Date: 2014-03-17 21:15
I'm sure y'all know my name already but since Eric asked on the pip tracker for us, I'm dstufft :)
msg213912 - (view) Author: Marcus Smith (Marcus.Smith) (Python triager) Date: 2014-03-17 23:11
ok, add me.
msg213913 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-17 23:22
Nick, can you give Donald and Marcus sufficient rights for bug triage, or should we ask RDM?
msg213915 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-17 23:23
BTW, what about adding a “pip” component to the tracker with some auto-nosy list?
msg213918 - (view) Author: Paul Moore (paul.moore) * (Python committer) Date: 2014-03-17 23:30
I've been around here for a while, but yeah, I'll keep an eye out for pip stuff now, too. Good thought.
msg221046 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2014-06-19 22:51
> What about adding a “pip” line in experts.rst in the devguide? Should this be under "ensurepip" in the "Modules" section or under "pip" in the "Miscellaneous" section? > can you give Donald and Marcus sufficient rights for bug triage This is done. > what about adding a “pip” component to the tracker with some > auto-nosy list? We could, but I would like to keep the list short unless you are expecting lot of pip-related issues. If/when we implement tags this can also be done.
msg221049 - (view) Author: Alyssa Coghlan (ncoghlan) * (Python committer) Date: 2014-06-19 23:14
On 20 Jun 2014 08:51, "Ezio Melotti" <report@bugs.python.org> wrote: > > > Ezio Melotti added the comment: > > > What about adding a “pip” line in experts.rst in the devguide? > > Should this be under "ensurepip" in the "Modules" section or under "pip" in the "Miscellaneous" section? Both makes sense. ensurepip would just be me & Donald, the pip line would also include Marcus & Paul Moore.
msg221053 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-06-19 23:23
New changeset ae349e31b56e by Ezio Melotti in branch 'default': #20915: add pip experts to the expert list. http://hg.python.org/devguide/rev/ae349e31b56e
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 65114
2014-06-19 23:25:14 ezio.melotti set status: open -> closedassignee: ezio.melottitype: enhancementresolution: fixedstage: needs patch -> resolved
2014-06-19 23:23:50 python-dev set nosy: + python-devmessages: +
2014-06-19 23:14:02 ncoghlan set messages: +
2014-06-19 22:51:22 ezio.melotti set keywords: + easymessages: +
2014-03-17 23:30:27 paul.moore set nosy: + paul.mooremessages: +
2014-03-17 23:23:32 eric.araujo set messages: +
2014-03-17 23:22:53 eric.araujo set messages: +
2014-03-17 23:11:31 Marcus.Smith set nosy: + Marcus.Smithmessages: +
2014-03-17 21:15:47 dstufft set messages: +
2014-03-13 22:32:35 ncoghlan set messages: + title: Add “pip” section to experts list in devguide -> Add "pip" section to experts list in devguide
2014-03-13 19:31:17 eric.araujo create