diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 20:41:06 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-07-25 20:41:06 -0700 |
commit | 9b129b262ec04060a3b568cd5a850f341ff0e20e (patch) | |
tree | 5b095ef73a0345a5ef3fe1460b6e68eae69930bf /sites | |
parent | 582e8642e06d1bcf6522b7ce8430dbca2e2eec51 (diff) | |
parent | 714595eee85d3db602c2003598eb05d14c56641f (diff) |
Merge branch '1.17' into 2.0
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index efc97810..1748314e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`774 (1.16+)` Add a ``_closed`` private attribute to + `~paramiko.channel.Channel` objects so that they continue functioning when + used as proxy sockets under Python 3 (e.g. as ``direct-tcpip`` gateways for + other Paramiko connections.) * :bug:`758 (1.16+)` Apply type definitions to ``_winapi`` module from `jaraco.windows <https://github.com/jaraco/jaraco.windows>`_ 3.6.1. This should address issues on Windows platforms that often result in errors like |