#1201: query string parsing problem
---------------------------+------------------------------------------------
   Reporter:  Eric Moritz  |                Owner:  nobody        
     Status:  new          |            Component:  Core framework
    Version:               |           Resolution:                
   Keywords:               |                Stage:  Accepted      
  Has_patch:  1            |           Needs_docs:  0             
Needs_tests:  0            |   Needs_better_patch:  0             
---------------------------+------------------------------------------------
Changes (by arien <[EMAIL PROTECTED]>):

  * has_patch:  0 => 1

Comment:

 The attached patch makes it so that parse_qs, parse_qsl, and parse_header
 from Python 2.5.1 are used.  (I simply copied them and added the required
 import.)

 I also took the liberty of adding keep_blank_values=True for
 django.core.cache.get_cache and
 django.utils.simplejson.jsonfilter.JSONFilter.

 The bugfixes for the functions parse_qsl and parse_header are included in
 Python 2.3.5 and up (see the comment in django.utils._cgi).

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