From 26383f902ffe972026bfa2fa6a90a557784e2eb0 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 4 Aug 2010 13:25:07 +0000 Subject: [PATCH] Merged revisions 83715 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst index fd6d99a8447..31708187e22 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