diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 13:25:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 13:25:07 (GMT) |
commit | 26383f902ffe972026bfa2fa6a90a557784e2eb0 (patch) | |
tree | d26c499517091ed4f954008a30835bd767a7e3da /Misc/maintainers.rst | |
parent | be766ad2672b06ba3c0d857c605a0bc4c8c3b7b0 (diff) | |
download | cpython-26383f902ffe972026bfa2fa6a90a557784e2eb0.zip cpython-26383f902ffe972026bfa2fa6a90a557784e2eb0.tar.gz cpython-26383f902ffe972026bfa2fa6a90a557784e2eb0.tar.bz2 |
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
........
Diffstat (limited to 'Misc/maintainers.rst')
-rw-r--r-- | Misc/maintainers.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst index fd6d99a..3170818 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 |