Index: pyyaml/trunk/lib/yaml/parser.py
===================================================================
--- pyyaml/trunk/lib/yaml/parser.py	(revision 249)
+++ pyyaml/trunk/lib/yaml/parser.py	(revision 302)
@@ -73,6 +73,4 @@
     # 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 = {
