This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donmez
Recipients donmez
Date 2008-05-26.05:13:18
SpamBayes Score 0.00024098075
Marked as misclassified No
Message-id <1211778804.81.0.308743565458.issue2971@psf.upfronthosting.co.za>
In-reply-to
Content
test_zipfile64
testDeflated (test.test_zipfile64.TestsWithSourceFile) ... ERROR
testStored (test.test_zipfile64.TestsWithSourceFile) ... ERROR

======================================================================
ERROR: testDeflated (test.test_zipfile64.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cartman/Sources/py3k/Lib/test/test_zipfile64.py", line 41,
in setUp
    fp.write(self.data)
  File "/home/cartman/Sources/py3k/Lib/io.py", line 987, in write
    raise TypeError("can't write str to binary stream")
TypeError: can't write str to binary stream

======================================================================
ERROR: testStored (test.test_zipfile64.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cartman/Sources/py3k/Lib/test/test_zipfile64.py", line 41,
in setUp
    fp.write(self.data)
  File "/home/cartman/Sources/py3k/Lib/io.py", line 987, in write
    raise TypeError("can't write str to binary stream")
TypeError: can't write str to binary stream

----------------------------------------------------------------------
Ran 2 tests in 2.151s

FAILED (errors=2)
test test_zipfile64 failed -- errors occurred; run in verbose mode for
details
'test_zipfile64' left behind file '@test'
1 test failed:
    test_zipfile64
History
Date User Action Args
2008-05-26 05:13:25donmezsetspambayes_score: 0.000240981 -> 0.00024098075
recipients: + donmez
2008-05-26 05:13:25donmezsetspambayes_score: 0.000240981 -> 0.000240981
messageid: <1211778804.81.0.308743565458.issue2971@psf.upfronthosting.co.za>
2008-05-26 05:13:23donmezlinkissue2971 messages
2008-05-26 05:13:21donmezcreate