#3664: UnicodeDecodeError in contrib/syndication/feeds.py
-------------------------------------------------+--------------------------
   Reporter:  Ville Säävuori <[EMAIL PROTECTED]>  |                Owner:  
jacob        
     Status:  closed                             |            Component:  
Documentation
    Version:  SVN                                |           Resolution:  fixed 
       
   Keywords:  unicode                            |                Stage:  
Accepted     
  Has_patch:  0                                  |           Needs_docs:  0     
       
Needs_tests:  0                                  |   Needs_better_patch:  0     
       
-------------------------------------------------+--------------------------
Comment (by Julian):

 I can't see how this is fixed now. Still makes errors for me, I have
 quoted everything correctly but feeds.py still seems to get in trouble
 because of the request URL containing urlencoded unicode.
 
 Why is it even
 
 {{{ url = u'http://%s%s' % (domain, url) }}}
 
 and not
 
 {{{ url = 'http://%s%s' % (domain, url) }}}
 
 if the urls shouldnt be unicode??

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