summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-04 13:24:41 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-04 13:24:41 (GMT)
commite99f507c98fd56f48ad0c9d5f61b3e816adeb51e (patch)
tree89fe9447f1ab699f68d914314d8fb44422843e67
parent6a9e6bbf1a7f2953fef2ebe67c9aac093275e4de (diff)
downloadcpython-e99f507c98fd56f48ad0c9d5f61b3e816adeb51e.zip
cpython-e99f507c98fd56f48ad0c9d5f61b3e816adeb51e.tar.gz
cpython-e99f507c98fd56f48ad0c9d5f61b3e816adeb51e.tar.bz2
I'm interested in threading issues as well
-rw-r--r--Misc/maintainers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst
index fb67283..b000c92 100644
--- a/Misc/maintainers.rst
+++ b/Misc/maintainers.rst
@@ -42,7 +42,7 @@ Module Maintainers
__future__
__main__ gvanrossum
_dummy_thread brett.cannon
-_thread
+_thread pitrou
abc
aifc r.david.murray
argparse bethard
@@ -206,7 +206,7 @@ tempfile
termios
test
textwrap
-threading
+threading pitrou
time alexander.belopolsky
timeit
tkinter gpolo