Index: /storage/py3000-workspace/pyyaml_copy/lib/yaml/parser.py
===================================================================
--- /storage/py3000-workspace/pyyaml_copy/lib/yaml/parser.py	(revision 298)
+++ /storage/py3000-workspace/pyyaml_copy/lib/yaml/parser.py	(working copy)
@@ -72,8 +72,6 @@
 class Parser(object):
     # Since writing a recursive-descendant parser is a straightforward task, we
     # do not give many comments here.
-    # Note that we use Python generators. If you rewrite the parser in another
-    # language, you may replace all 'yield'-s with event handler calls.
 
     DEFAULT_TAGS = {
         u'!':   u'!',

