﻿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
37132	Replaced Python 2-style super() call in SafeMIMEText.set_payload()	anisia19	anisia19	SafeMIMEText.set_payload() in django/core/mail/message.py calls MIMEText.set_payload(self, payload, charset = charset), passing self explicitly as an unbound method call, a Python 2 idiom. This causes issues when is mocked with autospec, since self is then passed twice (once by the mock and once explicitly)	Bug	assigned	Core (Mail)	dev	Normal			anisia19	Unreviewed	1	0	0	0	0	0
