#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
--------------------------------------+------------------------------------

Comment (by Mariusz Felisiak):

 Replying to [comment:2 Chris Jerdonek]:
 > In that case, you'd want `TRANSLATOR_COMMENT_MARK in token_string`,
 right? (See note at
 https://docs.python.org/3/library/stdtypes.html#str.find )

 TBH, checking `TRANSLATOR_COMMENT_MARK` is probably completely unnecessary
 here since 47ddd6a4082d55d8856b7e6beac553485dd627f7. We can remove
 `find()`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32986#comment:3>
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.c5f8457050cc41142db3cbd857bae23e%40djangoproject.com.

Reply via email to