Changeset 302 for pyyaml

Show
Ignore:
Timestamp:
11/30/08 09:15:40 (3 years ago)
Author:
xi
Message:

Removed a stale comment; fixes #102.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/lib/yaml/parser.py

    r249 r302  
    7373    # Since writing a recursive-descendant parser is a straightforward task, we 
    7474    # do not give many comments here. 
    75     # Note that we use Python generators. If you rewrite the parser in another 
    76     # language, you may replace all 'yield'-s with event handler calls. 
    7775 
    7876    DEFAULT_TAGS = {