﻿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
32265	Remove unnecessary ServerHandler.handle_error().	Mariusz Felisiak	Mariusz Felisiak	"With [https://github.com/python/cpython/commit/47ffc1a9f6fab1c17cdcc325d4af066317369ed7 Petter Strandmark patch] (backported to Python 3.7) `ConnectionAbortedError`, `BrokenPipeError`, `ConnectionResetError` raised from `SocketServer.BaseServer.finish_request()` are already suppressed by `wsgiref.handlers.BaseHandler.run()`, so we can remove [https://github.com/django/django/blob/187e088b48449a9d3535c85e407f070a4ebc94ef/django/core/servers/basehttp.py#L116-L119 ServerHandler.handle_error()] when Python 3.7 becomes the minimal Python supported by Django, i.e. in Django 4.0+.

"	Cleanup/optimization	closed	HTTP handling	dev	Normal	fixed		Petter Strandmark	Ready for checkin	1	0	0	0	0	0
