This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add "pip" section to experts list in devguide
Type: enhancement Stage: resolved
Components: Devguide Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: Marcus.Smith, dstufft, eric.araujo, ezio.melotti, ncoghlan, paul.moore, python-dev
Priority: normal Keywords: easy

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: Nick 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: Nick 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:59adminsetgithub: 65114
2014-06-19 23:25:14ezio.melottisetstatus: open -> closed
assignee: ezio.melotti
type: enhancement
resolution: fixed
stage: needs patch -> resolved
2014-06-19 23:23:50python-devsetnosy: + python-dev
messages: + msg221053
2014-06-19 23:14:02ncoghlansetmessages: + msg221049
2014-06-19 22:51:22ezio.melottisetkeywords: + easy

messages: + msg221046
2014-03-17 23:30:27paul.mooresetnosy: + paul.moore
messages: + msg213918
2014-03-17 23:23:32eric.araujosetmessages: + msg213915
2014-03-17 23:22:53eric.araujosetmessages: + msg213913
2014-03-17 23:11:31Marcus.Smithsetnosy: + Marcus.Smith
messages: + msg213912
2014-03-17 21:15:47dstufftsetmessages: + msg213896
2014-03-13 22:32:35ncoghlansetmessages: + msg213488
title: Add “pip” section to experts list in devguide -> Add "pip" section to experts list in devguide
2014-03-13 19:31:17eric.araujocreate