@@ -37,9 +37,6 @@ The existence of this list is not meant to indicate that these people
37
37
by non-committers to find responsible parties, and by committers who do
38
38
not feel qualified to make a decision in a particular context.
39
39
40
- See also :PEP: `291 ` and :PEP: `360 ` for information about certain modules
41
- with special rules.
42
-
43
40
44
41
Stdlib
45
42
------
@@ -50,7 +47,7 @@ __future__
50
47
__main__ gvanrossum, ncoghlan
51
48
_dummy_thread brett.cannon
52
49
_thread
53
- _testbuffer
50
+ _testbuffer
54
51
abc
55
52
aifc r.david.murray
56
53
argparse rhettinger*
@@ -141,7 +138,7 @@ itertools rhettinger*
141
138
json bob.ippolito (inactive), ezio.melotti, rhettinger
142
139
keyword
143
140
lib2to3 benjamin.peterson
144
- libmpdec
141
+ libmpdec
145
142
linecache
146
143
locale lemburg
147
144
logging vinay.sajip
@@ -187,7 +184,7 @@ pydoc
187
184
queue rhettinger*
188
185
quopri
189
186
random rhettinger, mark.dickinson
190
- re effbot (inactive), ezio.melotti, serhiy.storchaka
187
+ re ezio.melotti, serhiy.storchaka
191
188
readline twouters
192
189
reprlib
193
190
resource twouters
@@ -254,13 +251,13 @@ wave
254
251
weakref fdrake
255
252
webbrowser
256
253
winreg stutzbach
257
- winsound effbot (inactive)
254
+ winsound
258
255
wsgiref pje
259
256
xdrlib
260
257
xml.dom
261
258
xml.dom.minidom
262
259
xml.dom.pulldom
263
- xml.etree effbot (inactive), eli.bendersky*, scoder
260
+ xml.etree eli.bendersky*, scoder
264
261
xml.parsers.expat
265
262
xml.sax
266
263
xml.sax.handler
@@ -335,7 +332,7 @@ io benjamin.peterson, stutzbach
335
332
locale lemburg
336
333
mathematics mark.dickinson, lemburg, stutzbach, rhettinger
337
334
memory management tim.peters, lemburg, twouters
338
- memoryview
335
+ memoryview
339
336
networking giampaolo.rodola,
340
337
object model benjamin.peterson, twouters
341
338
packaging tarek, lemburg, alexis, eric.araujo, dstufft, paul.moore
0 commit comments