#15520: Regression introduced by mail functionality changes from r15669
--------------------------------+-------------------------------------------
   Reporter:  ramiro            |                     Owner:  nobody    
     Status:  new               |                 Milestone:  1.3       
  Component:  django.core.mail  |                   Version:  SVN       
   Keywords:  blocker           |              Triage Stage:  Unreviewed
  Has patch:  0                 |       Needs documentation:  0         
Needs tests:  0                 |   Patch needs improvement:  0         
--------------------------------+-------------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15520>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to