-
Committer:
John Arbash Meinel
-
Date:
2011-01-12 20:31:15 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5603.
-
Revision ID:
john@arbash-meinel.com-20110112203115-w55rhrojc21qs8tk
Fix breaking corrupt lock files on Windows.
We were using transport.get() && transport.delete(), without closing the file.
Switch to using transport.get_bytes(), which closes the file properly.