[Python-checkins] r83715 - python/branches/py3k/Misc/maintainers.rst

antoine.pitrou python-checkins at python.org
Wed Aug 4 15:24:41 CEST 2010


Author: antoine.pitrou
Date: Wed Aug  4 15:24:41 2010
New Revision: 83715

Log:
I'm interested in threading issues as well



Modified:
   python/branches/py3k/Misc/maintainers.rst

Modified: python/branches/py3k/Misc/maintainers.rst
==============================================================================
--- python/branches/py3k/Misc/maintainers.rst	(original)
+++ python/branches/py3k/Misc/maintainers.rst	Wed Aug  4 15:24:41 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