commit | 77a1c36fb701e8d2939442ff1c56caf0bd717570 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 09:54:14 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 09:54:14 2010 +0000 |
tree | 3d6ebe4db71a3d5ba52a5071b00bc00488f3fcb5 | |
parent | 6535b31ced370216c9aa2e0dba139af32be0b2ac [diff] |
Merged revisions 80526 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80526 | antoine.pitrou | 2010-04-27 11:51:18 +0200 (mar., 27 avril 2010) | 5 lines replace custom code with standard library functionality (HTTPServer.shutdown()) + enable test that was never run (!) + make tests faster by lowering polling timeout ........