To make porting easier, rewrite Parser not using generators.
commit24f50da0dba2f7411dc97ac8f43dbada79d1a39f
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 3 Jul 2006 11:29:45 +0000 (3 11:29 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Mon, 3 Jul 2006 11:29:45 +0000 (3 11:29 +0000)
treef8dd28cb73bad57bc761f9f19673183b106961c8
parent0ab85759cf4ceef0672247295f4084fbb8cdb51d
To make porting easier, rewrite Parser not using generators.

Fix handling of unexpected block mapping values, like
{{{
: foo
}}}

Remove obsolete and unused {{{__iter__}}} functions.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@198 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/composer.py
lib/yaml/constructor.py
lib/yaml/parser.py
lib/yaml/scanner.py
tests/data/no-block-mapping-end-2.loader-error [new file with mode: 0644]