瀏覽代碼

Add note about when connect_ssh was deprecated.

Jelmer Vernooij 8 年之前
父節點
當前提交
9d9ad72563
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dulwich/client.py

+ 1 - 0
dulwich/client.py

@@ -905,6 +905,7 @@ class SSHVendor(object):
     """A client side SSH implementation."""
 
     def connect_ssh(self, host, command, username=None, port=None):
+        # This function was deprecated in 0.9.1
         import warnings
         warnings.warn(
             "SSHVendor.connect_ssh has been renamed to SSHVendor.run_command",