Use range in favor of xrange for py3k compatibility
authorPascal Hartig <phartig@rdrei.net>
Fri, 14 Dec 2012 22:27:10 +0000 (23:27 +0100)
committerPascal Hartig <phartig@rdrei.net>
Fri, 14 Dec 2012 22:29:33 +0000 (23:29 +0100)
commita98ec717f2312f6882a90deded17ef75cbbb1991
tree1595203bd143d41188866c35d172dce3b42b7258
parent7e47d5ef30164859b7f7b50b9a6d77bba951883a
Use range in favor of xrange for py3k compatibility

request_count is 2 so it really makes no difference performance-wise at all.
tests/test_keep_alive.py