commit 8aba54d53bc2738ecea503ec09e71a32edb5cc0a Author: Damian Johnson atagar@torproject.org Date: Sat Dec 22 16:27:32 2012 -0800
Dropping test.network.Socks interlink
The ":class: `~test.network.Socks`" had a couple issues...
* there's a space between the :class: and back-tic (not sure if that's a problem for sphinx, but definitely different)
* we can't use things like :class: within the preformatted text block --- test/network.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/network.py b/test/network.py index 6f81e9d..ea15de7 100644 --- a/test/network.py +++ b/test/network.py @@ -9,7 +9,7 @@ the tor network.
Socks - Communicate through a SOCKS5 proxy with a socket interface
- SocksPatch - Force socket-using code to use :class: `~test.network.Socks` + SocksPatch - Force socket-using code to use test.network.Socks """
import functools
tor-commits@lists.torproject.org