Skip to content

Commit a290d10

Browse files
authored
Remove modules with no expert (#1766)
* Remove modules with no expert * Sentence case headers * Flip order: positive first
1 parent f2d8b2e commit a290d10

File tree

1 file changed

+4
-92
lines changed

1 file changed

+4
-92
lines changed

core-team/experts.rst

Lines changed: 4 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ following is added to an issue or pull request, they will be notified
2020
automatically. The :cpy-file:`.github/CODEOWNERS` file is also used to indicate
2121
maintainers that will be automatically added as reviewers to pull requests.
2222

23+
Names followed by a '*' may be assigned issues involving the module or topic.
2324
Unless a name is followed by a '*', you should never assign an issue to
24-
that person. Names followed by a '*' may be assigned issues involving the
25-
module or topic.
25+
that person.
2626

2727
The Platform and Interest Area tables list broader fields in which various
2828
people have expertise. These people can also be contacted for help,
@@ -49,104 +49,61 @@ Stdlib
4949
==================== =============================================
5050
Module Maintainers
5151
==================== =============================================
52-
__future__
5352
__main__ gvanrossum, ncoghlan
54-
_thread
55-
abc
5653
annotationlib JelleZijlstra*
5754
argparse savannahostrowski*, serhiy-storchaka*
58-
array
5955
ast benjaminp, pablogsal, isidentical, JelleZijlstra, eclips4
6056
asyncio 1st1, asvetlov, gvanrossum, graingert, kumaraditya303, willingc
61-
atexit
62-
base64
63-
bdb
64-
binascii
6557
bisect rhettinger*
66-
builtins
67-
calendar
68-
cmath
69-
cmd
70-
code
7158
codecs malemburg
72-
codeop
7359
collections rhettinger*
7460
collections.abc rhettinger*
75-
colorsys
7661
compileall carljm
77-
compression.bz2
78-
compression.gzip
79-
compression.lzma
8062
compression.zlib Yhg1s, gpshead*, emmatyping
8163
compression.zstd emmatyping*
8264
concurrent.futures pitrou, gpshead*
8365
configparser ambv*
8466
contextlib ncoghlan, 1st1
85-
contextvars
8667
copy serhiy-storchaka*
8768
copyreg serhiy-storchaka*
88-
cProfile
8969
csv serhiy-storchaka*
90-
ctypes
9170
curses Yhg1s
9271
dataclasses ericvsmith*, carljm
9372
datetime pganssle
94-
dbm
9573
decimal facundobatista, rhettinger
96-
difflib
9774
dis 1st1
98-
doctest
9975
email warsaw, bitdancer*
10076
encodings malemburg
10177
ensurepip ncoghlan, dstufft, pradyunsg, pfmoore
10278
enum warsaw, ethanfurman*
10379
errno Yhg1s
10480
faulthandler vstinner, gpshead, ZeroIntensity*
10581
fcntl Yhg1s
106-
filecmp
107-
fileinput
10882
fnmatch serhiy-storchaka*
109-
fractions
11083
ftplib giampaolo*
11184
functools rhettinger*
11285
gc pitrou, pablogsal, nascheme
11386
getopt serhiy-storchaka*
11487
getpath FFY00*
115-
getpass
11688
gettext tomasr8
11789
glob serhiy-storchaka*
118-
grp
11990
hashlib tiran, gpshead*, picnixz
12091
heapq rhettinger*
12192
hmac tiran, gpshead*, picnixz
12293
html ezio-melotti*
123-
http
12494
idlelib terryjreedy*, taleinat
125-
imaplib
12695
importlib brettcannon, FFY00*
12796
inspect 1st1
12897
io benjaminp
129-
ipaddress
13098
itertools rhettinger*
13199
json ezio-melotti, rhettinger, serhiy-storchaka*
132-
keyword
133-
libmpdec
134-
linecache
135100
locale malemburg
136101
logging vsajip
137-
mailbox
138-
marshal
139102
math rhettinger
140-
mimetypes
141103
mmap Yhg1s
142104
modulefinder FFY00
143-
msvcrt
144105
multiprocessing pitrou, gpshead*
145-
netrc
146-
numbers
147-
operator
148106
optparse serhiy-storchaka*
149-
os
150107
os.path serhiy-storchaka*
151108
parser pablogsal
152109
pathlib barneygale*
@@ -155,64 +112,36 @@ pickle serhiy-storchaka*
155112
pickletools serhiy-storchaka*
156113
pkgutil FFY00*
157114
platform malemburg
158-
plistlib
159-
poplib
160115
posix larryhastings, gpshead
161-
pprint
162-
profile
163-
pstats
164116
pty Yhg1s*
165-
pwd
166117
py_compile carljm
167118
pyclbr isidentical
168119
pydoc AA-Turner, serhiy-storchaka*
169120
queue rhettinger*
170-
quopri
171121
random rhettinger
172122
re ezio-melotti, serhiy-storchaka*
173123
readline Yhg1s
174-
reprlib
175124
resource Yhg1s
176-
rlcompleter
177125
runpy ncoghlan, FFY00
178-
sched
179-
secrets
180-
select
181126
selectors giampaolo
182-
shelve
183-
shlex
184127
shutil giampaolo
185128
signal gpshead
186129
site FFY00*
187-
smtplib
188130
socket gpshead
189-
socketserver
190131
sqlite3 erlend-aasland*
191132
ssl tiran, dstufft, alex
192133
stat tiran
193134
statistics rhettinger
194-
string
195-
stringprep
196-
struct
197135
subprocess giampaolo, gpshead*
198136
symtable benjaminp
199-
sys
200137
sysconfig FFY00*
201-
syslog
202-
tabnanny
203-
tarfile
204138
tempfile serhiy-storchaka*
205139
termios Yhg1s
206140
test ezio-melotti, serhiy-storchaka*
207-
textwrap
208141
threading pitrou, gpshead
209142
time pganssle
210-
timeit
211143
tkinter serhiy-storchaka*
212-
token
213-
tokenize
214144
tomllib hauntsaninja*
215-
trace
216145
traceback iritkatriel
217146
tracemalloc vstinner
218147
tty Yhg1s*
@@ -222,27 +151,10 @@ types 1st1
222151
typing gvanrossum, JelleZijlstra*, AlexWaygood*, carljm, sobolevn*
223152
unicodedata malemburg, ezio-melotti
224153
unittest ezio-melotti, gpshead, serhiy-storchaka*
225-
unittest.mock
226154
urllib orsenthil
227-
uuid
228155
venv vsajip, FFY00*
229-
warnings
230-
wave
231156
weakref nascheme
232-
webbrowser
233-
winreg
234-
winsound
235-
wsgiref
236-
xml.dom
237-
xml.dom.minidom
238-
xml.dom.pulldom
239157
xml.etree scoder
240-
xml.parsers.expat
241-
xml.sax
242-
xml.sax.handler
243-
xml.sax.saxutils
244-
xml.sax.xmlreader
245-
xmlrpc
246158
zipapp pfmoore
247159
zipfile serhiy-storchaka, Yhg1s, gpshead
248160
zipimport Yhg1s*
@@ -293,7 +205,7 @@ Miscellaneous
293205
=============
294206

295207
================== ==========================================================
296-
Interest Area Maintainers
208+
Interest area Maintainers
297209
================== ==========================================================
298210
algorithms rhettinger*, serhiy-storchaka
299211
argument clinic larryhastings, AlexWaygood*, erlend-aasland,
@@ -351,7 +263,7 @@ version control merwok, ezio-melotti
351263
================== ==========================================================
352264

353265

354-
Experts Emeritus
266+
Experts emeritus
355267
================
356268

357269
Names followed by a '^' indicate old bugs.python.org usernames, for people

0 commit comments

Comments
 (0)