Re: [Django] #12119: django.utils.text.smart_split() does not handle multiple quoted strings joined by non-whitespace characters properly

2010-02-24 Thread Django
#12119: django.utils.text.smart_split() does not handle multiple quoted strings
joined by non-whitespace characters properly
+---
  Reporter:  emulbreh   | Owner:  nobody
Status:  new| Milestone:  1.2   
 Component:  Template system|   Version:  1.1   
Resolution: |  Keywords:
 Stage:  Ready for checkin  | Has_patch:  1 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by Alex):

  * stage:  Accepted => Ready for checkin

-- 
Ticket URL: 
Django 
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #12119: django.utils.text.smart_split() does not handle multiple quoted strings joined by non-whitespace characters properly

2010-02-04 Thread Django
#12119: django.utils.text.smart_split() does not handle multiple quoted strings
joined by non-whitespace characters properly
--+-
  Reporter:  emulbreh | Owner:  nobody
Status:  new  | Milestone:  1.2   
 Component:  Template system  |   Version:  1.1   
Resolution:   |  Keywords:
 Stage:  Accepted | Has_patch:  1 
Needs_docs:  0|   Needs_tests:  0 
Needs_better_patch:  0|  
--+-
Changes (by russellm):

  * needs_better_patch:  => 0
  * needs_docs:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * milestone:  => 1.2

-- 
Ticket URL: 
Django 
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #12119: django.utils.text.smart_split() does not handle multiple quoted strings joined by non-whitespace characters properly

2009-10-30 Thread Django
#12119: django.utils.text.smart_split() does not handle multiple quoted strings
joined by non-whitespace characters properly
-+--
 Reporter:  emulbreh |   Owner:  nobody
   Status:  new  |   Milestone:
Component:  Template system  | Version:  1.1   
 Keywords:   |   Stage:  Unreviewed
Has_patch:  1|  
-+--
 {{{
 #!pycon
 >>> from django.utils.text import smart_split
 >>> list(smart_split("cut:','|cut:' '"))
 [u"cut:','|cut:'", u"'"]
 }}}

 This is not a duplicate of #8902 or #10001 (as those have been fixed in
 r10462).
 It might be considered a duplicate of #6271, but the scope of that ticket
 is "fix all template tags" while this ticket should just be about a
 particular `smart_split()` bug.

 I'll attach a patch that only modifies the regexp.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---