Stream and Marker are cleaned up.
commitf3cbb5a5d930580400502c45934884c24fa21f3d
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 15 Feb 2006 21:57:37 +0000 (15 21:57 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Wed, 15 Feb 2006 21:57:37 +0000 (15 21:57 +0000)
treea70255f8870360572163c798bb682df664750eb6
parentda5f57d7b0fe6c1b333fe863f1c395a8f5443ad1
Stream and Marker are cleaned up.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@45 18f92427-320e-0410-9341-c67f048884a3
lib/yaml/error.py [new file with mode: 0644]
lib/yaml/scanner.py
lib/yaml/stream.py
tests/data/invalid-character.stream-error [new file with mode: 0644]
tests/data/invalid-utf8-byte.stream-error [new file with mode: 0644]
tests/data/odd-utf16.stream-error [new file with mode: 0644]
tests/test_appliance.py
tests/test_marker.py
tests/test_stream.py [new file with mode: 0644]
tests/test_yaml.py