Add support for recursive nodes to Composer. Constructor does not support recursive...
commit0e133bded6f6b7206bfb6d772290a82d3201b22a
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Tue, 18 Apr 2006 17:15:54 +0000 (18 17:15 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Tue, 18 Apr 2006 17:15:54 +0000 (18 17:15 +0000)
tree96788b2ec45930c90e2f461ca4f3e6f239732f68
parent5ca5667d9cd146b216485c3d4c8413409c21b378
Add support for recursive nodes to Composer. Constructor does not support recursive objects though.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@142 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/composer.py
lib/yaml/constructor.py
tests/test_recursive.py [new file with mode: 0644]
tests/test_yaml.py