]> granicus.if.org Git - python/commit
replace custom code with standard library functionality (HTTPServer.shutdown())
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Apr 2010 09:51:18 +0000 (09:51 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Apr 2010 09:51:18 +0000 (09:51 +0000)
commit435ba0cfb82ecadca693eaedd2a2806b8766afb1
tree73b2bfe6672807ae5fab93cea7554fa1bd60c693
parent150acda57fabfa941d2ed5d5e8ab3e49dac9a73e
replace custom code with standard library functionality (HTTPServer.shutdown())
+ enable test that was never run (!)
+ make tests faster by lowering polling timeout
Lib/test/test_ssl.py