Issue 8362: Add Misc/maintainers.rst to 2.x branch (original) (raw)

Created on 2010-04-10 12:14 by eric.araujo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
maintainers.rst eric.araujo,2010-06-11 17:47
maintainers.diff eric.araujo,2010-06-11 17:47
Messages (12)
msg102772 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-04-10 12:14
Hello The maintainers listing is helpful for us outside bug reporters, but only present in the py3k branch. I copied it and reverted module name changes. Attached is the resulting file and the diff against py3k. Regards
msg102779 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-04-10 14:03
I didn't put maintainers.rst into 2.6 because I didn't want to commit to maintaining the two divergent copies. If you want to commit to maintaining it in the 2.x branch (copying changes backwards from the 3.x branch), then I'd be +0 (or maybe even +0.5) on adding it there.
msg102780 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-04-10 14:13
Module names have to be converted only once, so now maintenance is just keeping names updated. I’m willing to commit to maintaining the maintainers file <0.2 meta wink> with one caveat: Core developers can commit and merge immediately, keeping branches in sync, whereas I don’t update my copies of trunk and py3k every day. If some lag up to one week is acceptable, then I’d be happy to maintain the file. Regards
msg103157 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2010-04-14 23:35
I'm the one who recently added FTPS support to ftplib.py and wrote tests for both FTP and FTPS. I'm not the "maintaner" of the module but I'd like to be notified in case of issues about it, so would it make sense for me to appear in the list?
msg103324 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-04-16 13:45
@Éric: even if you prepare the patches, I find I'm not interested in doing the checkins. If someone else wants to take this on that's fine with me, but I'm not going to do it.
msg103381 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-04-17 00:17
I read the maintainers list. I don't like empty lines. If a module has no maintainer, it should not be listed in this file. Since Python3 module names are different, if we copy the list to Python2, maintaining this list between Python2 and Python3 will be more difficult. Yes, some modules have no dedicated maitainer, but it doesn't mean that the module is dead. And I see a list without maintainer as a dead module. Interest Area: algorithms has no maintainer... why is algorithms listed in maintainer list? Does it mean that people not listed in this line are not interested by algorithms? Even if it's more difficult to maintain two versions of this file (Python2 and Python3), I would like to see it in Python2 (so I'm +1 for this issue).
msg103383 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-04-17 01:23
Any module without a listed maintainer is maintained by the community as a whole (as it says in the introduction). The fact that a module does not have a listed maintainer does not mean it is dead, and I don't think anyone(except you? :) thinks that. All modules are listed for completeness, and so that it is obvious which modules it would be most helpful if someone with an interest put themselves down as expert for (as Giampaolo has just done for ftplib). Algorithms was listed as an interested area as a result of a brainstorming session for interest areas. I think we had Raymond in mind :). If no one has chosen to be listed, that line should probably be deleted. I think perhaps the name chosen for the file was unfortunate. I view it more as the 'experts' file, rather than the maintainers file, though in some cases the expert is indeed the principle maintainer of the module (such as Vinay for logging).
msg107538 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-06-11 10:48
I am willing to maintain the maintainers file for 2.x with due diligence for the coming years. I think it has proven useful, and would like to see it in 2.6 up to 3.2 (all current four branches, since it’s arguably a documentation issue). Do I need to find a unique committer willing to work with me for this to be accepted?
msg107567 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-06-11 17:48
Updating the files. haypo, your move! :)
msg107574 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2010-06-11 19:26
I added Misc/maintainers.rst in 2.7 (r81899). But I don't want to maintain it, so merwork, will have to send me your patches ;-)
msg107576 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2010-06-11 19:29
We’ve agreed on that :) Thanks.
msg108071 - (view) Author: anatoly techtonik (techtonik) Date: 2010-06-17 23:25
Just stumbled upon this stuff. Good job. I can already see how it can be useful.
History
Date User Action Args
2022-04-11 14:56:59 admin set github: 52609
2010-06-17 23:25:20 techtonik set nosy: + techtonikmessages: +
2010-06-11 19:29:56 eric.araujo set messages: + stage: resolved
2010-06-11 19:26:15 vstinner set status: open -> closedresolution: fixedmessages: +
2010-06-11 17:48:35 eric.araujo set messages: +
2010-06-11 17:47:54 eric.araujo set files: + maintainers.diff
2010-06-11 17:47:11 eric.araujo set files: + maintainers.rst
2010-06-11 17:47:02 eric.araujo set files: - maintainers.diff
2010-06-11 17:46:58 eric.araujo set files: - maintainers.rst
2010-06-11 10:48:01 eric.araujo set messages: +
2010-04-17 01:23:14 r.david.murray set messages: +
2010-04-17 00:17:48 vstinner set nosy: + vstinnermessages: +
2010-04-16 13:45:56 r.david.murray set assignee: georg.brandl -> messages: +
2010-04-14 23:35:56 giampaolo.rodola set nosy: + giampaolo.rodolamessages: +
2010-04-13 21:16:27 eric.araujo set priority: normalkeywords: + needs review
2010-04-10 14:32:18 ezio.melotti set nosy: + ezio.melottitype: enhancement
2010-04-10 14:13:04 eric.araujo set messages: +
2010-04-10 14:03:46 r.david.murray set messages: +
2010-04-10 12:15:05 eric.araujo set files: + maintainers.diffkeywords: + patch
2010-04-10 12:14:38 eric.araujo create