Re: [Django] #15248: Can not embed a comment bloc in another comment block

2011-02-10 Thread Django
#15248: Can not embed a comment bloc in another comment block
---+
   Reporter:  postal2600   | Owner:  nobody
 Status:  closed   | Milestone:
  Component:  Template system  |   Version:  1.2   
 Resolution:  wontfix  |  Keywords:
   Triage Stage:  Unreviewed   | Has patch:  0 
Needs documentation:  0|   Needs tests:  0 
Patch needs improvement:  0|  
---+
Changes (by russellm):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 This isn't an uncommon limitation in many programming languages. because
 it's syntactically ambiguous. In the following template:
 {{{
 {% comment %}{% comment %}{% endcomment %}{% endcomment %}
 }}}
 Is the second {{{ {% comment %} }}} something that is being commented out,
 or the start of a second comment?

-- 
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.



Re: [Django] #15248: Can not embed a comment bloc in another comment block

2011-02-09 Thread Django
#15248: Can not embed a comment bloc in another comment block
---+
   Reporter:  postal2600   | Owner:  nobody
 Status:  new  | Milestone:
  Component:  Template system  |   Version:  1.2   
 Resolution:   |  Keywords:
   Triage Stage:  Unreviewed   | Has patch:  0 
Needs documentation:  0|   Needs tests:  0 
Patch needs improvement:  0|  
---+
Changes (by postal2600):

 * cc: postal2600 (added)
  * needs_docs:  => 0
  * needs_tests:  => 0
  * needs_better_patch:  => 0


-- 
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.



[Django] #15248: Can not embed a comment bloc in another comment block

2011-02-09 Thread Django
#15248: Can not embed a comment bloc in another comment block
-+--
 Reporter:  postal2600   |  Owner:  nobody
   Status:  new  |  Milestone:
Component:  Template system  |Version:  1.2   
 Keywords:   |   Triage Stage:  Unreviewed
Has patch:  0|  
-+--
 I don't know if this is a bug or it should be like this, but if you have a
 {% comment %}{% endcomment %} bloc, in another comment block, you'll get
 an exception

-- 
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.