Re: rcsparse.py
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-02-26 02:33:26 CET
On Tue, Feb 25, 2003 at 02:31:08PM -0800, Dale Hirt wrote:
Here is the problem. We aren't opening the file in binary mode, so it
It happens to work on Unix boxes because there is no difference between text
The line should read:
p.parse(open(pathname, 'rb'), cd)
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Feb 26 02:28:54 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.