Bug#750517: no longer supports ducktyping for BufferedFile.write

2014-06-04 Thread Jeremy T. Bouse
On 06/03/2014 10:02 PM, Jelmer Vernooij wrote: > Package: python-paramiko > Version: 1.14.0-1 > Severity: normal > > As of recently, paramiko no longer accepts buffer() objects as argument to > BufferedFile.write. Rather, it requires that all arguments be either > bytestrings or unicode strings. T

Bug#750517: no longer supports ducktyping for BufferedFile.write

2014-06-03 Thread Jelmer Vernooij
Package: python-paramiko Version: 1.14.0-1 Severity: normal As of recently, paramiko no longer accepts buffer() objects as argument to BufferedFile.write. Rather, it requires that all arguments be either bytestrings or unicode strings. This regression breaks bzr, which writes files in chunks using