#5960: AutoEscaping change breaks python 2.3.5 compatability due to use of 
decode
function on unicode objects
---------------------------------------------------------+------------------
   Reporter:  Free Neuron <[EMAIL PROTECTED]>  |                Owner:  nobody  
      
     Status:  new                                        |            
Component:  Core framework
    Version:  SVN                                        |           
Resolution:                
   Keywords:  decode, unicode, escape                    |                
Stage:  Unreviewed    
  Has_patch:  0                                          |           
Needs_docs:  0             
Needs_tests:  0                                          |   
Needs_better_patch:  0             
---------------------------------------------------------+------------------
Changes (by Free Neuron <[EMAIL PROTECTED]>):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Python 2.3.5 (#1, Aug 19 2006, 21:31:42)
 [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.
 >>> u"asdf".decode("rot13")
 Traceback (most recent call last):
   File "<stdin>", line 1, in ?
 AttributeError: 'unicode' object has no attribute 'decode'

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