Skip to content

Commit 24fa99f

Browse files
Update my experts list (#1565)
1 parent 2ba15bb commit 24fa99f

File tree

1 file changed

+27
-24
lines changed

1 file changed

+27
-24
lines changed

core-developers/experts.rst

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ __future__
5656
__main__ gvanrossum, ncoghlan
5757
_thread
5858
abc
59-
argparse savannahostrowski*
59+
argparse serhiy-storchaka*, savannahostrowski*
6060
array
6161
ast benjaminp, pablogsal, isidentical, JelleZijlstra, eclips4
6262
asyncio 1st1, asvetlov, gvanrossum, graingert, kumaraditya303, willingc
@@ -85,10 +85,10 @@ concurrent.futures pitrou, brianquinlan, gpshead*
8585
configparser ambv*
8686
contextlib ncoghlan, 1st1
8787
contextvars
88-
copy avassalotti
89-
copyreg avassalotti
88+
copy avassalotti, serhiy-storchaka*
89+
copyreg avassalotti, serhiy-storchaka*
9090
cProfile
91-
csv smontanaro (inactive)
91+
csv smontanaro (inactive), serhiy-storchaka*
9292
ctypes theller (inactive), abalkin, amauryfa, meadori
9393
curses Yhg1s
9494
dataclasses ericvsmith*, carljm
@@ -107,16 +107,16 @@ faulthandler vstinner, gpshead
107107
fcntl Yhg1s
108108
filecmp
109109
fileinput
110-
fnmatch
110+
fnmatch serhiy-storchaka*
111111
fractions
112112
ftplib giampaolo*
113113
functools rhettinger*
114114
gc pitrou, pablogsal
115-
getopt
115+
getopt serhiy-storchaka*
116116
getpath FFY00
117117
getpass
118118
gettext
119-
glob
119+
glob serhiy-storchaka*
120120
grp
121121
hashlib tiran, gpshead*, picnixz
122122
heapq rhettinger*, stutzbach^
@@ -132,7 +132,8 @@ inspect 1st1
132132
io benjaminp, stutzbach^
133133
ipaddress pmoody^
134134
itertools rhettinger*
135-
json etrepum (inactive), ezio-melotti, rhettinger
135+
json etrepum (inactive), ezio-melotti, rhettinger,
136+
serhiy-storchaka*
136137
keyword
137138
libmpdec
138139
linecache
@@ -152,15 +153,15 @@ nis
152153
nntplib
153154
numbers
154155
operator
155-
optparse mitsuhiko
156+
optparse mitsuhiko, serhiy-storchaka*
156157
os
157-
os.path serhiy-storchaka
158+
os.path serhiy-storchaka*
158159
ossaudiodev
159160
parser pablogsal
160161
pathlib barneygale*
161162
pdb gaogaotiantian
162-
pickle avassalotti
163-
pickletools avassalotti
163+
pickle avassalotti, serhiy-storchaka*
164+
pickletools avassalotti, serhiy-storchaka*
164165
pipes
165166
pkgutil
166167
platform malemburg
@@ -174,11 +175,11 @@ pty Yhg1s*
174175
pwd
175176
py_compile carljm
176177
pyclbr isidentical
177-
pydoc AA-Turner
178+
pydoc AA-Turner, serhiy-storchaka*
178179
queue rhettinger*
179180
quopri
180181
random rhettinger
181-
re ezio-melotti, serhiy-storchaka
182+
re ezio-melotti, serhiy-storchaka*
182183
readline Yhg1s
183184
reprlib
184185
resource Yhg1s
@@ -212,14 +213,14 @@ sysconfig FFY00
212213
syslog jafo^*
213214
tabnanny tim-one (inactive)
214215
tarfile gustaebel
215-
tempfile
216+
tempfile serhiy-storchaka*
216217
termios Yhg1s
217-
test ezio-melotti
218+
test ezio-melotti, serhiy-storchaka*
218219
textwrap
219220
threading pitrou, gpshead
220221
time abalkin, pganssle
221222
timeit
222-
tkinter gpolo^, serhiy-storchaka
223+
tkinter gpolo^, serhiy-storchaka*
223224
token
224225
tokenize meadori
225226
tomllib hauntsaninja*
@@ -232,7 +233,7 @@ turtledemo terryjreedy*
232233
types 1st1
233234
typing gvanrossum, JelleZijlstra*, AlexWaygood*, carljm, sobolevn*
234235
unicodedata malemburg, ezio-melotti
235-
unittest ezio-melotti, rbtcollins, gpshead
236+
unittest ezio-melotti, rbtcollins, gpshead, serhiy-storchaka*
236237
unittest.mock
237238
urllib orsenthil
238239
uu
@@ -268,7 +269,8 @@ Tools
268269
================== ===========
269270
Tool Maintainers
270271
================== ===========
271-
Argument Clinic larryhastings, AlexWaygood*, erlend-aasland
272+
Argument Clinic larryhastings, AlexWaygood*, erlend-aasland,
273+
serhiy-storchaka*
272274
Deepfreeze gvanrossum, kumaraditya303
273275
PEG Generator gvanrossum, pablogsal, lysnikolaou
274276
================== ===========
@@ -311,8 +313,9 @@ Miscellaneous
311313
================== ==========================================================
312314
Interest Area Maintainers
313315
================== ==========================================================
314-
algorithms rhettinger*
315-
argument clinic larryhastings, AlexWaygood*, erlend-aasland
316+
algorithms rhettinger*, serhiy-storchaka
317+
argument clinic larryhastings, AlexWaygood*, erlend-aasland,
318+
serhiy-storchaka*
316319
ast/compiler benjaminp, 1st1, pablogsal, markshannon, isidentical, brandtbucher, carljm, iritkatriel
317320
autoconf/makefiles Yhg1s*
318321
bsd
@@ -340,16 +343,16 @@ initialization FFY00
340343
io benjaminp, stutzbach^, gpshead
341344
JIT brandtbucher*, savannahostrowski*
342345
locale malemburg
343-
mathematics malemburg, stutzbach^, rhettinger
346+
mathematics malemburg, stutzbach^, rhettinger, serhiy-storchaka
344347
memory management tim-one, malemburg, Yhg1s
345348
memoryview
346349
networking giampaolo, gpshead
347350
object model benjaminp, Yhg1s
348351
packaging tarekziade, malemburg, alexis^, merwok, dstufft, pfmoore
349352
pattern matching brandtbucher*
350353
peg parser gvanrossum, pablogsal, lysnikolaou
351-
performance vstinner, serhiy-storchaka, 1st1, rhettinger, markshannon, brandtbucher, carljm, Fidget-Spinner,
352-
AlexWaygood*
354+
performance vstinner, serhiy-storchaka*, 1st1, rhettinger, markshannon,
355+
brandtbucher, carljm, Fidget-Spinner, AlexWaygood*
353356
pip ncoghlan, dstufft, pfmoore, Marcus.Smith^, pradyunsg
354357
py3 transition benjaminp
355358
release management tarekziade, malemburg, benjaminp, warsaw,

0 commit comments

Comments
 (0)