forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge clarify-conch-preferredOrder-6850
Author: veloutin Reviewer: hynek Fixes: twisted#6850 Clarify the meaning of the preferredOrder ivar of twisted.conch.ssh.userauth.SSHUserAuthClient. git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@41213 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
hynek
committed
Jan 12, 2014
1 parent
2e671a5
commit c4716c4
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The docstring for twisted.conch.ssh.userauth.SSHUserAuthClient is now clearer on how the preferredOrder instance variable is handled. |