Add support for pickling/unpickling python objects.
commit01ff53fbe692062fd1da43d60fde9e1e55c3a4ff
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sat, 22 Apr 2006 20:40:43 +0000 (22 20:40 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sat, 22 Apr 2006 20:40:43 +0000 (22 20:40 +0000)
tree139f0086f197b54d5cf046f9bf969298ad099682
parentad7ad00c8e37423b4ee27562b8cd54b8175ea078
Add support for pickling/unpickling python objects.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@147 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/__init__.py
lib/yaml/constructor.py
lib/yaml/representer.py
tests/data/construct-python-object.code [new file with mode: 0644]
tests/data/construct-python-object.data [new file with mode: 0644]
tests/test_constructor.py
tests/test_representer.py