d3a2a87 Do not open tty5 for writing in the "a" mode (#1014220)

1 file Authored by vpodzime 9 years ago, Committed by m4rtink 9 years ago,
1 file changed. 1 lines added. 1 lines removed.
    Do not open tty5 for writing in the "a" mode (#1014220)
    
    This results in seek errors in Python 3. Use "wb" instead with the same result
    in this case.
    
        
file modified
+1 -1