#32986: Possible dead or incorrect code in Lexer.create_token() related to
TRANSLATOR_COMMENT_MARK
--------------------------------------+------------------------------------
     Reporter:  Chris Jerdonek        |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Template system       |                  Version:  dev
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by Mariusz Felisiak):

 * cc: Claude Paroz (added)
 * stage:  Unreviewed => Accepted


Comment:

 `content` for non-translator comments is unnecessary, so I'd change this
 to `token_string.find(TRANSLATOR_COMMENT_MARK) > -1`.

 Incorrect since its introduction in
 17b329ae08f9e3886da2baafc9e53949000480f9.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32986#comment:1>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.c3f894205fd5c737b756c97656b499c0%40djangoproject.com.

Reply via email to