[tor-commits] [stem/master] Karsten already had a ticket for opt removal

atagar at torproject.org atagar at torproject.org
Mon Mar 26 00:10:01 UTC 2012


commit f6221839e8b012fa5848feb5b68eb3f390889ba2
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Mar 19 08:38:40 2012 -0700

    Karsten already had a ticket for opt removal
---
 stem/descriptor/server_descriptor.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/descriptor/server_descriptor.py b/stem/descriptor/server_descriptor.py
index 9512fa3..df10423 100644
--- a/stem/descriptor/server_descriptor.py
+++ b/stem/descriptor/server_descriptor.py
@@ -146,7 +146,7 @@ class ServerDescriptorV2(Descriptor):
       
       # Some lines have an 'opt ' for backward compatability. They should be
       # ignored. This prefix is being removed in...
-      # https://trac.torproject.org/projects/tor/ticket/5419
+      # https://trac.torproject.org/projects/tor/ticket/5124
       
       line = line.lstrip("opt ")
       





More information about the tor-commits mailing list