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/lib/test_input_output.py

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