Changeset 367 for pyyaml/trunk/tests/lib/test_input_output.py
- Timestamp:
- 08/31/09 05:09:21 (3 years ago)
- Files:
-
- 1 modified
-
pyyaml/trunk/tests/lib/test_input_output.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests/lib/test_input_output.py
r366 r367 99 99 data = open(unicode_filename, 'rb').read().decode('utf-8') 100 100 handle, filename = tempfile.mkstemp() 101 os.close(handle) 101 102 try: 102 103 stream = StringIO.StringIO()
