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

commit a676e6f7d81700e670610db7e8769007d30284d3 Author: Damian Johnson <atagar@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"}
participants (1)
-
atagar@torproject.org