Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 109 by make...@gmail.com: ZipFS inserts extra '\r' characters to
binary files on Windows
http://code.google.com/p/pyfilesystem/issues/detail?id=109
What steps will reproduce the problem?
1. Run the attached test case under Windows
What is the expected output?
The unit test passes. This happens on Linux.
What do you see instead?
The unit test fails with:
AssertionError: ' \r\n' != ' \n'
(writing binary file on ZipFS has inserted extra '\r' character)
What version of the product are you using? On what operating system?
fs-0.4.0.1-py2.6.egg, Windows 7 64-bit
Attachments:
zipfs_binary_test.py 886 bytes