Show
Ignore:
Timestamp:
08/31/09 05:09:21 (3 years ago)
Author:
xi
Message:

Fixed tests on the Windows platform.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/tests/lib3/test_input_output.py

    r366 r367  
    9898    data = open(unicode_filename, 'rb').read().decode('utf-8') 
    9999    handle, filename = tempfile.mkstemp() 
     100    os.close(handle) 
    100101    try: 
    101102        stream = io.StringIO()