]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12451: Open files in binary mode in some tests when the text
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:21:39 +0000 (18:21 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 16:21:39 +0000 (18:21 +0200)
commit2f655b73e4903a218e09cb4c58f7a2b8a706582a
treead17879220d57e7b4048d175d03f9316c02f25f7
parent3909da7fca2ef92b8483f39b7cf89cac4b6e4826
parenta6d2c769fb38129b6654f8e4ad5b6b27af182f2c
(merge 3.2) 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_mmap.py
Lib/test/test_os.py
Lib/test/test_threading.py