[tor-commits] [stem/master] Dropping the V3Dir flag

atagar at torproject.org atagar at torproject.org
Wed Mar 13 16:39:39 UTC 2013


commit 8474971d99da327169e5827db660f8f1f91bbd59
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Mar 13 09:38:19 2013 -0700

    Dropping the V3Dir flag
    
    Nick just pushed a change noting that the V3Dir flag has never existed, so
    updating our enum too.
    
    https://gitweb.torproject.org/torspec.git/commitdiff/67768b16c247f937a4345af94beb58a4238b0730
---
 stem/__init__.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/stem/__init__.py b/stem/__init__.py
index f1335ac..3fee276 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -69,7 +69,6 @@ Library for working with the tor process.
   **STABLE**        relay's suitable for long-lived circuits
   **UNNAMED**       relay isn't presently bound to a nickname
   **V2DIR**         relay supports the v2 directory protocol
-  **V3DIR**         relay supports the v3 directory protocol
   **VALID**         relay has been validated
   ================= ===========
 



More information about the tor-commits mailing list