Merged revisions 74638,76133 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74638 | jack.diederich | 2009-09-03 16:37:58 -0400 (Thu, 03 Sep 2009) | 4 lines

  - apply issue 6582 to test all the write methods of telnetlib
  - add patch author to ACKS
  - possibly fix test timeouts on non-linux platforms
........
  r76133 | jack.diederich | 2009-11-06 12:20:42 -0500 (Fri, 06 Nov 2009) | 3 lines

  - issue #6748 intermittent test failures from sockets
  - telnetlib tests now use mock sockets for most tests
........
This commit is contained in:
Jack Diederich 2009-11-06 21:14:59 +00:00
parent a954607cd3
commit 1fa0c3f5bf
2 changed files with 157 additions and 224 deletions

View file

@ -774,6 +774,7 @@ Wojtek Walczak
Charles Waldman
Richard Walker
Larry Wall
Rodrigo Steinmuller Wanderley
Greg Ward
Barry Warsaw
Steve Waterbury