Skip to content

Commit 34dc992

Browse files
committed
Remove BPO usernames (pre-GitHub)
1 parent 3d6d825 commit 34dc992

File tree

1 file changed

+20
-28
lines changed

1 file changed

+20
-28
lines changed

core-team/experts.rst

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Unless a name is followed by a '*', you should never assign an issue to
2424
that person. Names followed by a '*' may be assigned issues involving the
2525
module or topic.
2626

27-
Names followed by a '^' indicate old bugs.python.org usernames, for people
28-
that did not transition to GitHub.
29-
3027
The Platform and Interest Area tables list broader fields in which various
3128
people have expertise. These people can also be contacted for help,
3229
opinions, and decisions when issues involve their areas.
@@ -74,7 +71,7 @@ code
7471
codecs malemburg, doerwalter
7572
codeop
7673
collections rhettinger*
77-
collections.abc rhettinger*, stutzbach^
74+
collections.abc rhettinger*
7875
colorsys
7976
compileall carljm
8077
compression.bz2
@@ -120,7 +117,7 @@ gettext tomasr8
120117
glob serhiy-storchaka*
121118
grp
122119
hashlib tiran, gpshead*, picnixz
123-
heapq rhettinger*, stutzbach^
120+
heapq rhettinger*
124121
hmac tiran, gpshead*, picnixz
125122
html ezio-melotti*
126123
http
@@ -129,8 +126,8 @@ idlelib kbkaiser (inactive), terryjreedy*, serwy (inactive),
129126
imaplib
130127
importlib brettcannon
131128
inspect 1st1
132-
io benjaminp, stutzbach^
133-
ipaddress pmoody^
129+
io benjaminp
130+
ipaddress
134131
itertools rhettinger*
135132
json etrepum (inactive), ezio-melotti, rhettinger,
136133
serhiy-storchaka*
@@ -141,12 +138,12 @@ locale malemburg
141138
logging vsajip
142139
mailbox
143140
marshal
144-
math rhettinger, stutzbach^
141+
math rhettinger
145142
mimetypes
146143
mmap Yhg1s
147-
modulefinder theller (inactive), jvr^
144+
modulefinder theller (inactive)
148145
msvcrt
149-
multiprocessing applio*, pitrou, jnoller^ (inactive), sbt^ (inactive), gpshead*
146+
multiprocessing applio*, pitrou, gpshead*
150147
netrc
151148
numbers
152149
operator
@@ -183,7 +180,7 @@ runpy ncoghlan
183180
sched
184181
secrets
185182
select
186-
selectors neologix^, giampaolo
183+
selectors giampaolo
187184
shelve
188185
shlex
189186
shutil tarekziade, giampaolo
@@ -192,18 +189,18 @@ site
192189
smtplib
193190
socket gpshead
194191
socketserver
195-
sqlite3 ghaering^, erlend-aasland*
192+
sqlite3 erlend-aasland*
196193
ssl jackjansen, tiran, dstufft, alex
197194
stat tiran
198195
statistics stevendaprano, rhettinger
199196
string
200197
stringprep
201198
struct meadori
202-
subprocess astrand^ (inactive), giampaolo, gpshead*
199+
subprocess giampaolo, gpshead*
203200
symtable benjaminp
204201
sys
205202
sysconfig FFY00
206-
syslog jafo^*
203+
syslog
207204
tabnanny tim-one (inactive)
208205
tarfile gustaebel
209206
tempfile serhiy-storchaka*
@@ -213,15 +210,15 @@ textwrap
213210
threading pitrou, gpshead
214211
time abalkin, pganssle
215212
timeit
216-
tkinter gpolo^, serhiy-storchaka*
213+
tkinter serhiy-storchaka*
217214
token
218215
tokenize meadori
219216
tomllib hauntsaninja*
220217
trace abalkin
221218
traceback iritkatriel
222219
tracemalloc vstinner
223220
tty Yhg1s*
224-
turtle gregorlingl^, willingc
221+
turtle willingc
225222
turtledemo terryjreedy*
226223
types 1st1
227224
typing gvanrossum, JelleZijlstra*, AlexWaygood*, carljm, sobolevn*
@@ -235,7 +232,7 @@ warnings
235232
wave
236233
weakref freddrake, nascheme
237234
webbrowser
238-
winreg stutzbach^
235+
winreg
239236
winsound
240237
wsgiref pjenvey
241238
xml.dom
@@ -249,7 +246,7 @@ xml.sax.saxutils
249246
xml.sax.xmlreader
250247
xmlrpc
251248
zipapp pfmoore
252-
zipfile alanmcintyre^, serhiy-storchaka, Yhg1s, gpshead
249+
zipfile serhiy-storchaka, Yhg1s, gpshead
253250
zipimport Yhg1s*
254251
==================== =============================================
255252

@@ -283,16 +280,11 @@ Platform Maintainers
283280
=================== ===========
284281
AIX edelsohn, ayappanec
285282
Android mhsmith
286-
Cygwin jlt63^, stutzbach^
287283
Emscripten hoodmane, pmp-p, rdb, rth, ryanking13
288-
FreeBSD
289-
HP-UX
290284
iOS freakboy3742, ned-deily
291-
JVM/Java frank.wierzbicki^
292285
Linux
293286
macOS ronaldoussoren, ned-deily, freakboy3742
294287
NetBSD1
295-
OS2/EMX aimacintyre^
296288
Solaris/OpenIndiana jcea, kulikjak
297289
Windows tjguk, zooba, pfmoore
298290
=================== ===========
@@ -330,22 +322,22 @@ GUI
330322
i18n malemburg, merwok, tomasr8
331323
import machinery brettcannon, ncoghlan, ericsnowcurrently, FFY00
332324
initialization FFY00
333-
io benjaminp, stutzbach^, gpshead
325+
io benjaminp, gpshead
334326
JIT brandtbucher*, savannahostrowski*
335327
locale malemburg
336-
mathematics malemburg, stutzbach^, rhettinger, serhiy-storchaka
328+
mathematics malemburg, rhettinger, serhiy-storchaka
337329
memory management tim-one, malemburg, Yhg1s, nascheme
338330
memoryview
339331
networking giampaolo, gpshead
340332
object model benjaminp, Yhg1s
341-
packaging tarekziade, malemburg, alexis^, merwok, dstufft, pfmoore, emmatyping
333+
packaging tarekziade, malemburg, merwok, dstufft, pfmoore, emmatyping
342334
pattern matching brandtbucher*
343335
PEG parser gvanrossum, pablogsal, lysnikolaou
344336
performance vstinner, serhiy-storchaka*, 1st1, rhettinger, markshannon,
345337
brandtbucher, carljm, Fidget-Spinner, AlexWaygood*, nascheme
346-
pip ncoghlan, dstufft, pfmoore, Marcus.Smith^, pradyunsg
338+
pip ncoghlan, dstufft, pfmoore, pradyunsg
347339
release management tarekziade, malemburg, benjaminp, warsaw,
348-
gvanrossum, anthonybaxter^, merwok, ned-deily,
340+
gvanrossum, merwok, ned-deily,
349341
birkenfeld, JulienPalard, hugovk
350342
runtime lifecycle ericsnowcurrently, kumaraditya303, zooba, ZeroIntensity, nascheme
351343
str.format ericvsmith*

0 commit comments

Comments
 (0)