Changeset 367
- Timestamp:
- 08/31/09 05:09:21 (4 years ago)
- Location:
- pyyaml/trunk/tests
- Files:
-
- 2 edited
-
lib/test_input_output.py (modified) (1 diff)
-
lib3/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() -
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()
Note: See TracChangeset
for help on using the changeset viewer.
