]> granicus.if.org Git - python/commitdiff
Merged revisions 83715 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Aug 2010 13:25:45 +0000 (13:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Aug 2010 13:25:45 +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 fca44bb6fcea7f8e97b1039e83bd60a69345756c..1b07358ceca93ab40b2ef9dd0e22d95cf42d25d6 100644 (file)
@@ -43,7 +43,7 @@ __builtin__
 __future__
 __main__            gvanrossum
 _dummy_thread       brett.cannon
-_thread
+_thread             pitrou
 abc
 aifc                r.david.murray
 argparse            bethard
@@ -211,7 +211,7 @@ tempfile
 termios
 test
 textwrap
-threading
+threading           pitrou
 time                alexander.belopolsky
 timeit
 Tkinter             gpolo