Ticket #102: invalid_comment.patch
| File invalid_comment.patch, 0.6 KB (added by anonymous, 4 years ago) |
|---|
-
storage/py3000-workspace/pyyaml_copy/lib/yaml/parser.py
72 72 class Parser(object): 73 73 # Since writing a recursive-descendant parser is a straightforward task, we 74 74 # do not give many comments here. 75 # Note that we use Python generators. If you rewrite the parser in another76 # language, you may replace all 'yield'-s with event handler calls.77 75 78 76 DEFAULT_TAGS = { 79 77 u'!': u'!',
