[Python-checkins] r83716 - in python/branches/release31-maint: Misc/maintainers.rst

antoine.pitrou python-checkins at python.org
Wed Aug 4 15:25:07 CEST 2010


Author: antoine.pitrou
Date: Wed Aug  4 15:25:07 2010
New Revision: 83716

Log:
Merged revisions 83715 via svnmerge from 
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
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Misc/maintainers.rst

Modified: python/branches/release31-maint/Misc/maintainers.rst
==============================================================================
--- python/branches/release31-maint/Misc/maintainers.rst	(original)
+++ python/branches/release31-maint/Misc/maintainers.rst	Wed Aug  4 15:25:07 2010
@@ -42,7 +42,7 @@
 __future__
 __main__            gvanrossum
 _dummy_thread       brett.cannon
-_thread
+_thread             pitrou
 abc
 aifc                r.david.murray
 argparse            bethard
@@ -206,7 +206,7 @@
 termios
 test
 textwrap
-threading
+threading           pitrou
 time                alexander.belopolsky
 timeit
 tkinter             gpolo


More information about the Python-checkins mailing list