﻿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
31574	BUG: EmailMessage cannot mix tuples and lists as arguments	Joe Huang	nobody	"`EmailMessage` has fields `to`, `cc`, and `bcc` can be either tuples or lists. However, mixing tuples and lists errors at this method:

{{{
def recipients(self):
    return [email for email in (self.to + self.cc + self.bcc) if email]
}}}

Lists and tuples can't be added together."	Bug	new	Core (Mail)	3.0	Normal				Unreviewed	0	0	0	0	1	0
