﻿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
35537	Use a namedtuple for email attachments and alternatives	Sarah Boyce	Jake Howard	"Ticket to track: https://github.com/django/django/pull/18261

This makes unpacking the specific indexes more descriptive, whilst avoiding breaking any existing uses (since the field order hasn't changed).
{{{
email.alternatives[0][0]  # before
email.alternatives[0].content  #after
}}}

"	Cleanup/optimization	closed	Core (Mail)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
