]> granicus.if.org Git - python/commit
Issue #12451: Open files in binary mode in some tests when the text file is not
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:20:11 +0000 (18:20 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:20:11 +0000 (18:20 +0200)
commita6d2c769fb38129b6654f8e4ad5b6b27af182f2c
treed45f5ca3e8633072da875d9944012f644d440bc3
parenteaf399e3355e6d62b1bb5810b66ad4ff431ece57
Issue #12451: Open files in binary mode in some tests when the text file is not
needed.

Remove also an unused variable (blank) in test_threading.
Lib/test/test_fcntl.py
Lib/test/test_ioctl.py
Lib/test/test_mmap.py
Lib/test/test_os.py
Lib/test/test_threading.py