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
........
This commit is contained in:
Antoine Pitrou 2010-08-04 13:25:07 +00:00
parent be766ad267
commit 26383f902f
1 changed files with 2 additions and 2 deletions

View File

@ -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