Skip to content

Commit b247f71

Browse files
committed
Remove entries for ex-committers
1 parent 300c78f commit b247f71

File tree

1 file changed

+24
-28
lines changed

1 file changed

+24
-28
lines changed

core-team/experts.rst

Lines changed: 24 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ calendar
7171
cmath
7272
cmd
7373
code
74-
codecs malemburg, doerwalter
74+
codecs malemburg
7575
codeop
7676
collections rhettinger*
77-
collections.abc rhettinger*, stutzbach^
77+
collections.abc rhettinger*
7878
colorsys
7979
compileall carljm
8080
compression.bz2
@@ -86,11 +86,11 @@ concurrent.futures pitrou, gpshead*
8686
configparser ambv*
8787
contextlib ncoghlan, 1st1
8888
contextvars
89-
copy avassalotti, serhiy-storchaka*
90-
copyreg avassalotti, serhiy-storchaka*
89+
copy serhiy-storchaka*
90+
copyreg serhiy-storchaka*
9191
cProfile
9292
csv serhiy-storchaka*
93-
ctypes amauryfa, meadori
93+
ctypes meadori
9494
curses Yhg1s
9595
dataclasses ericvsmith*, carljm
9696
datetime pganssle
@@ -99,10 +99,10 @@ decimal facundobatista, rhettinger
9999
difflib
100100
dis 1st1
101101
doctest
102-
email warsaw, bitdancer*, maxking
102+
email warsaw, bitdancer*
103103
encodings malemburg
104104
ensurepip ncoghlan, pradyunsg, pfmoore
105-
enum eliben*, warsaw, ethanfurman*
105+
enum warsaw, ethanfurman*
106106
errno Yhg1s
107107
faulthandler vstinner, gpshead, ZeroIntensity*
108108
fcntl Yhg1s
@@ -120,15 +120,15 @@ gettext tomasr8
120120
glob serhiy-storchaka*
121121
grp
122122
hashlib gpshead*, picnixz
123-
heapq rhettinger*, stutzbach^
123+
heapq rhettinger*
124124
hmac gpshead*, picnixz
125125
html ezio-melotti*
126126
http
127127
idlelib terryjreedy*, taleinat
128128
imaplib
129129
importlib brettcannon
130130
inspect 1st1
131-
io benjaminp, stutzbach^
131+
io benjaminp
132132
ipaddress pmoody^
133133
itertools rhettinger*
134134
json ezio-melotti, rhettinger, serhiy-storchaka*
@@ -139,7 +139,7 @@ locale malemburg
139139
logging vsajip
140140
mailbox
141141
marshal
142-
math rhettinger, stutzbach^
142+
math rhettinger
143143
mimetypes
144144
mmap Yhg1s
145145
modulefinder jvr^
@@ -154,8 +154,8 @@ os.path serhiy-storchaka*
154154
parser pablogsal
155155
pathlib barneygale*
156156
pdb gaogaotiantian
157-
pickle avassalotti, serhiy-storchaka*
158-
pickletools avassalotti, serhiy-storchaka*
157+
pickle serhiy-storchaka*
158+
pickletools serhiy-storchaka*
159159
pkgutil
160160
platform malemburg
161161
plistlib
@@ -184,7 +184,7 @@ select
184184
selectors neologix^
185185
shelve
186186
shlex
187-
shutil tarekziade
187+
shutil
188188
signal gpshead
189189
site
190190
smtplib
@@ -203,7 +203,7 @@ sys
203203
sysconfig FFY00
204204
syslog jafo^*
205205
tabnanny
206-
tarfile gustaebel
206+
tarfile
207207
tempfile serhiy-storchaka*
208208
termios Yhg1s
209209
test ezio-melotti, serhiy-storchaka*
@@ -224,7 +224,7 @@ turtledemo terryjreedy*
224224
types 1st1
225225
typing gvanrossum, JelleZijlstra*, AlexWaygood*, carljm, sobolevn*
226226
unicodedata malemburg, ezio-melotti
227-
unittest ezio-melotti, rbtcollins, gpshead, serhiy-storchaka*
227+
unittest ezio-melotti, gpshead, serhiy-storchaka*
228228
unittest.mock
229229
urllib orsenthil
230230
uuid
@@ -233,13 +233,13 @@ warnings
233233
wave
234234
weakref freddrake, nascheme
235235
webbrowser
236-
winreg stutzbach^
236+
winreg
237237
winsound
238-
wsgiref pjenvey
238+
wsgiref
239239
xml.dom
240240
xml.dom.minidom
241241
xml.dom.pulldom
242-
xml.etree eliben*, scoder
242+
xml.etree scoder
243243
xml.parsers.expat
244244
xml.sax
245245
xml.sax.handler
@@ -274,23 +274,19 @@ For official contacts for supported platforms, see :pep:`11`.
274274

275275
Platforms listed here are not necessarily supported by CPython.
276276
Some of the experts listed here maintain and distribute Python
277-
for their platform as a third-party project.
277+
for 'their' platform as a third-party project.
278278

279279
=================== ===========
280280
Platform Maintainers
281281
=================== ===========
282282
AIX edelsohn, ayappanec
283283
Android mhsmith
284-
Cygwin jlt63^, stutzbach^
284+
Cygwin jlt63^
285285
Emscripten hoodmane, pmp-p, rdb, rth, ryanking13
286-
FreeBSD
287-
HP-UX
288286
iOS freakboy3742, ned-deily
289287
JVM/Java frank.wierzbicki^
290288
Linux
291289
macOS ronaldoussoren, ned-deily, freakboy3742
292-
NetBSD1
293-
OS2/EMX aimacintyre^
294290
Solaris/OpenIndiana jcea, kulikjak
295291
Windows tjguk, zooba, pfmoore
296292
=================== ===========
@@ -328,21 +324,21 @@ GUI
328324
i18n malemburg, merwok, tomasr8
329325
import machinery brettcannon, ncoghlan, ericsnowcurrently, FFY00
330326
initialization FFY00
331-
io benjaminp, stutzbach^, gpshead
327+
io benjaminp, gpshead
332328
JIT brandtbucher*, savannahostrowski*
333329
locale malemburg
334-
mathematics malemburg, stutzbach^, rhettinger, serhiy-storchaka
330+
mathematics malemburg, rhettinger, serhiy-storchaka
335331
memory management tim-one, malemburg, Yhg1s, nascheme
336332
memoryview
337333
networking gpshead
338334
object model benjaminp, Yhg1s
339-
packaging tarekziade, malemburg, alexis^, merwok, pfmoore, emmatyping
335+
packaging malemburg, merwok, pfmoore, emmatyping
340336
pattern matching brandtbucher*
341337
PEG parser gvanrossum, pablogsal, lysnikolaou
342338
performance vstinner, serhiy-storchaka*, 1st1, rhettinger, markshannon,
343339
brandtbucher, carljm, Fidget-Spinner, AlexWaygood*, nascheme
344340
pip ncoghlan, pfmoore, Marcus.Smith^, pradyunsg
345-
release management tarekziade, malemburg, benjaminp, warsaw,
341+
release management malemburg, benjaminp, warsaw,
346342
gvanrossum, anthonybaxter^, merwok, ned-deily,
347343
JulienPalard, hugovk
348344
runtime lifecycle ericsnowcurrently, kumaraditya303, zooba, ZeroIntensity, nascheme

0 commit comments

Comments
 (0)