]> granicus.if.org Git - python/commitdiff
Merged revisions 83715 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Aug 2010 13:25:07 +0000 (13:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Aug 2010 13:25:07 +0000 (13:25 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83715 | antoine.pitrou | 2010-08-04 15:24:41 +0200 (mer., 04 août 2010) | 3 lines

  I'm interested in threading issues as well
........

Misc/maintainers.rst

index fd6d99a8447b40d968eacbf856a5a75389ae5f0d..31708187e22d1d9bd79ad1011f67f4f841de15d1 100644 (file)
@@ -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