﻿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
15520	Regression introduced by mail functionality changes from r15669	Ramiro Morales	nobody	"User ''dobcey'' reports that r15669 breaks in Python 2.4. Quoting from his [http://code.djangoproject.com/ticket/13433#comment:13 comment]:

In 2.4:

{{{
from email.generator import Generator
}}}

have to be:

{{{
from email.Generator import Generator
}}}

in order to work. Ie Generator with a capital G.

The problem seems to be that all modules have been renamed according to PEP 8 standards in version 4 of the mail package in Python, as stated here:  http://docs.python.org/library/email.html#package-history although it says to be compatible with Python 2.3 to 2.5. "		closed	Core (Mail)	dev		fixed	blocker		Unreviewed	0	0	0	0	0	0
