diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 13:25:45 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-04 13:25:45 (GMT) |
commit | c529a07cf465e5c3af5714912c5153eea8c2b4ee (patch) | |
tree | bf92d89fe51742c1d2173401e8c0026723f307aa | |
parent | 24058cb14a08519233598358d27a39b4ec4e6cbe (diff) | |
download | cpython-c529a07cf465e5c3af5714912c5153eea8c2b4ee.zip cpython-c529a07cf465e5c3af5714912c5153eea8c2b4ee.tar.gz cpython-c529a07cf465e5c3af5714912c5153eea8c2b4ee.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
........
-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 fca44bb..1b07358 100644 --- a/Misc/maintainers.rst +++ b/Misc/maintainers.rst @@ -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 |