﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24069	Regression in ServerHandler.handler_error	Andreas Pelme	Andreas Pelme	"9253042d53d61b23b3f727a00c41e8089be73836 which #4444 - silence broken pipe errors introduced a regression in the error handling on Python 2.x.

In Python 2.x, `simple_server.ServerHandler` is and old style class. This makes it an error using super() to access the super class.

The solution is simple: explicitly call `simple_server.ServerHandler.handle_error()` or inherit from object."	Bug	assigned	Core (Other)	dev	Normal				Unreviewed	0	0	0	0	0	0
