summaryrefslogtreecommitdiff
path: root/paramiko/transport.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-16 19:54:07 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-16 19:56:24 -0500
commit2292f94f2687d34b551c0c0294df6d17989b70db (patch)
tree3af0761bb4e677ebd589791b782d5dbb1db917e3 /paramiko/transport.py
parent09ff0aadf42c2b932d44926b5625b2c8645bc07c (diff)
downloadparamiko-2292f94f2687d34b551c0c0294df6d17989b70db.tar.gz
Punt a bunch of backwards incompatible TODOs to 4.0
Diffstat (limited to 'paramiko/transport.py')
-rw-r--r--paramiko/transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 247cc1a0..6c14218c 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -3004,7 +3004,7 @@ class Transport(threading.Thread, ClosingContextManager):
}
-# TODO 3.0: drop this, we barely use it ourselves, it badly replicates the
+# TODO 4.0: drop this, we barely use it ourselves, it badly replicates the
# Transport-internal algorithm management, AND does so in a way which doesn't
# honor newer things like disabled_algorithms!
class SecurityOptions: