[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 5750 - branches/cvs2svn-kfogel/tools/cvs2svn

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-04-29 07:39:34 CEST

>
>
>On Mon, Apr 28, 2003 at 03:27:48PM -0500, kfogel@tigris.org wrote:
>
>
>>...
>>+def get_md5(path):
>>+ """Return the hex md5 digest of file PATH."""
>>+ f = open(path, 'r')
>>
Crash!

Read files in binary mode... Write files in binary mode...
[repeat 50 times]
:-)

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 29 07:40:55 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.