commit | af7c6026c7dffed19e1b473b770528575fbed68b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 09:56:02 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 27 09:56:02 2010 +0000 |
tree | 483d75b9397de95fefc43f6208325dacd4f87210 | |
parent | 773b5db01aa9f53bfa6558d756ea5004eee78ae6 [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 ........