Merge branch '1.12' into 1.13

Conflicts:
	paramiko/file.py
	paramiko/server.py
	paramiko/sftp_client.py
	sites/www/changelog.rst
This commit is contained in:
Jeff Forcier 2014-03-13 21:54:12 -07:00
commit fe9171661a
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
Changelog
=========
* :bug:`235` Improve string type testing in a handful of spots (e.g. ``s/if
type(x) is str/if isinstance(x, basestring)/g``.) Thanks to ``@ksamuel`` for
the report.
* :release:`1.13.0 <2014-03-13>`
* :release:`1.12.3 <2014-03-13>`
* :release:`1.11.5 <2014-03-13>`