[tor-commits] [stem/master] Removing incorrect comment about dead tor code

atagar at torproject.org atagar at torproject.org
Mon Apr 16 01:37:20 UTC 2012


commit a676e6f7d81700e670610db7e8769007d30284d3
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Apr 15 16:29:03 2012 -0700

    Removing incorrect comment about dead tor code
    
    Robert reports that getinfo_helper_listeners isn't dead code after all, so
    removing the incorrect comment.
---
 stem/socket.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/stem/socket.py b/stem/socket.py
index a9003b0..6714f63 100644
--- a/stem/socket.py
+++ b/stem/socket.py
@@ -57,8 +57,7 @@ KEY_ARG = re.compile("^(\S+)=")
 # users are...
 # - 'COOKIEFILE' field of PROTOCOLINFO responses
 # - logged messages about bugs
-# - the 'getinfo_helper_listeners' function of control.c which looks to be dead
-#   code
+# - the 'getinfo_helper_listeners' function of control.c
 
 CONTROL_ESCAPES = {r"\\": "\\",  r"\"": "\"",   r"\'": "'",
                    r"\r": "\r",  r"\n": "\n",   r"\t": "\t"}





More information about the tor-commits mailing list