Menu

#238 """ in Python comment should be ignored

open-fixed
None
5
2011-06-15
2008-08-26
Craig Emery
No

I have some Python code.
There's a line that has """ in a comment
(a bit like)

print "hello" # should print 'hello' """

And ctags ignores the entirety of the rest of the file. I'm assuming it's seeing the """ and thinks it's a multi-line string declaration and is looking for the 'closing' """, and gets to the end of the file without doing so.

I think that the """ in a comment should be ignored.

Craig

Discussion

  • Elias Pschernig

    Elias Pschernig - 2008-09-08
    • assigned_to: nobody --> elias
     
  • Elias Pschernig

    Elias Pschernig - 2011-06-15

    Thanks, should be fixed in SVN as or revision 778.

     
  • Elias Pschernig

    Elias Pschernig - 2011-06-15
    • status: open --> open-fixed
     

Log in to post a comment.