Fix timestamp constructing and representing (close #25).
commit3193c0fd9dd09c961e7f4a528ba01e0d732a36ab
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 16 Aug 2006 18:22:38 +0000 (16 18:22 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 16 Aug 2006 18:22:38 +0000 (16 18:22 +0000)
tree623346d649b9437682cae29080a506dd939eaa7d
parentcc48dfaed13825e8d78ad1c3de8b51668fdeab92
Fix timestamp constructing and representing (close #25).

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