#5615: Typo in email docs: "to" field should be a list
----------------------------------+-----------------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  nobody           
     Status:  new                 |            Component:  Documentation    
    Version:  SVN                 |           Resolution:                   
   Keywords:  email to            |                Stage:  Ready for checkin
  Has_patch:  1                   |           Needs_docs:  0                
Needs_tests:  0                   |   Needs_better_patch:  0                
----------------------------------+-----------------------------------------
Changes (by mboersma):

  * keywords:  => email to
  * summary:  typo in e-mail documenation: "to" address is a string, not a
              list => Typo in email docs: "to" field should
              be a list
  * stage:  Unreviewed => Ready for checkin

Comment:

 The specific code that this ends up calling is the parent class
 EmailMessage.__init__, which does indeed expect a list as it does
 ','.join() on it soon afterward.  I prefer the second fix as you have in
 your patch, too.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5615#comment:2>
Django Code <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