-
Committer:
John Arbash Meinel
-
Date:
2009-12-02 17:50:30 UTC
-
mto:
This revision was merged to the branch mainline in
revision
4854.
-
Revision ID:
john@arbash-meinel.com-20091202175030-3rwmzdhf9xeoasjb
Change some Branch operations from using .get().read() to .get_bytes()
There is no reason to use the former, and it means we leave file-handles around
waiting for the garbage collector (or an sftp handle, etc.)