paramiko/sites
Antoine Brenner 3fce8abf68 BufferedFile.read() now returns byte strings instead of text strings
It is the right thing to do since we have no idea what encoding the file
is in, or even if the file is text data. BufferedFile.readline() is
unchanged and returns text strings assuming the file is utf-8 encoded.
This should fix the following issue:
http://comments.gmane.org/gmane.comp.sysutils.backup.obnam/252

Antoine Brenner

Conflicts:
	sites/www/changelog.rst
2014-04-17 17:52:34 -04:00
..
docs Link back to WWW in docs sidebar 2014-03-31 16:19:40 -07:00
www BufferedFile.read() now returns byte strings instead of text strings 2014-04-17 17:52:34 -04:00
shared_conf.py Merge branch '1.12' into 1.13 2014-04-01 13:28:56 -07:00