3a4 > 13a15 > 22,25c24,27 < start_response('200 OK', [ < ('Content-Type', 'text/plain'), < ('Content-Length', str(len(data))), < ]) --- > start_response( > '200 OK', > [('Content-Type', 'text/plain'), ('Content-Length', str(len(data)))], > )