Updates:
Status: Invalid
Comment #4 on issue 238 by [email protected]: Support of comment in Python
text-format parser
http://code.google.com/p/protobuf/issues/detail?id=238
Well if it makes you feel better, I looked at the code and incorrectly
concluded that your bug report was correct because I couldn't find where
comments were removed, nor could I find any tests for it. However, looking
again, I see:
_WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE)
It's bad that there's no test case covering this, but yeah, it does appear
that there is no bug.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.