]> 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:05:28 +0000 (17:05 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 7 Oct 2002 17:05:28 +0000 (17:05 +0000)
commit2972bdebcdd0079948fa0ee07a17e32a59f0d237
tree92ccd71061cc4829fb923490d3c88ed9467e17cc
parentd5613bacbdbc6459e2f37ab64d8dc6129df7dc37
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.

This and the Parser.py patch will be forward ported into Python 2.3
and email 2.5.
Lib/email/test/test_email.py
Lib/email/test/test_email_torture.py