﻿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
29535	Updated email.MIME* references for Python 3	José L. Patiño Andrés	nobody	"There are a couple of errors in the [https://docs.djangoproject.com/en/2.0/topics/email/ ""Sending email""] documentation page. 

The ""attachments"" instructions always says the attachments can be ""either `email.MIMEBase.MIMEBase` instances, or (filename, content, mimetype) triples."". Turns out the `email.MIMEBase.MIMEBase` module does not exist, and the correct one is `email.mime.base.MIMEBase` as can be seen in [https://docs.python.org/3/library/email.mime.html#email.mime.base.MIMEBase Python docs].

Error can be found in [https://github.com/django/django/blob/master/docs/topics/email.txt#L275 this] and [https://github.com/django/django/blob/master/docs/topics/email.txt#L330 this] lines of the documentation."	Bug	closed	Documentation	2.0	Normal	fixed			Ready for checkin	1	0	0	0	0	0
