Use the types module instead of constructing type objects by hand. Fix #41. Thanks...
commit096397f668ac0961db724bbc8cefbd480399a488
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Fri, 8 Dec 2006 15:36:53 +0000 (8 15:36 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Fri, 8 Dec 2006 15:36:53 +0000 (8 15:36 +0000)
treed600fe5a6e7edadc1800d17b7c584bffd5d0e622
parent30bb1a380c5d75b9c9dbc4e1b381405517480b70
Use the types module instead of constructing type objects by hand. Fix #41. Thanks to v.haisman@sh.cvut.cz for the patch.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@235 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/constructor.py
lib/yaml/parser.py
lib/yaml/representer.py