]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
openfile(): Go back to opening the files in text mode. This undoes
authorBarry Warsaw <barry@python.org>
Mon, 7 Oct 2002 17:27:55 +0000 (17:27 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 7 Oct 2002 17:27:55 +0000 (17:27 +0000)
commit08c82b8086d2edae9937aabb0945e4f08eec447a
treea5237679c827f0dc9f023f093ab791b737a2191f
parent487fe6ac398b38b604d56285f2afb71e3ddbeb91
openfile(): Go back to opening the files in text mode.  This undoes
the change in revision 1.11 (test_email.py) in response to SF bug
#609988.  We now think that was the wrong fix and that WinZip was the
real culprit there.
Lib/email/test/test_email.py
Lib/email/test/test_email_torture.py