harry@hjackson.org


Patch
r1356668

r1356668 | philip | 2012-07-03 10:43:09 +0000 (Tue, 03 Jul 2012)

Use buffered IO for the pipe in the Python bindings so that
the diff output is read in blocks rather than byte-by-byte.

* subversion/bindings/swig/python/svn/fs.py
  (get_pipe): Use buffered IO.

Patch by: harry{_AT_}hjackson.org