[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Removing incorrect comment about dead tor code
commit a676e6f7d81700e670610db7e8769007d30284d3
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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"}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits