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