]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Open the test files in binary mode so the \r\n files won't cause
authorBarry Warsaw <barry@python.org>
Wed, 18 Sep 2002 22:17:57 +0000 (22:17 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 18 Sep 2002 22:17:57 +0000 (22:17 +0000)
commit40363b63f02f43e3c9c7442e33e1cb0bf4c25774
treea967c708b73895e091cd84eac1428e4f18ae7e3c
parentf027eac92ba4df82c288bcf60d1d3bc57dd65d39
Open the test files in binary mode so the \r\n files won't cause
failures on Windows.  Closes SF bug # 609988.
Lib/email/test/test_email.py
Lib/email/test/test_email_torture.py