On Tue, Jan 26, 2010 at 2:22 AM, Edward K. Ream <[email protected]> wrote:

> A new unit test for _contentHashFile now passes "both ways", but only
> after _contentHashFile takes care to convert both args to an encoded
> string.  Iirc, this may cause problems on ubuntu.  We shall see.

This is broken approach. Nothing should ever be encoded / decoded
before passing it to contenthashfile. just the result of open("file",
"rb").read()

-- 
Ville M. Vainio
http://tinyurl.com/vainio

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to