[tor-commits] [stem/master] Drop date from get_authorities() docs

atagar at torproject.org atagar at torproject.org
Mon Dec 4 19:48:29 UTC 2017


commit f0086fc6e899e5d766078390c31da01eaef0f7ac
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Dec 4 11:47:32 2017 -0800

    Drop date from get_authorities() docs
    
    Oops, forgot we had a date in the docs. I've been keeping this information up
    to date but not timestamp mentioned here.
    
      https://trac.torproject.org/projects/tor/ticket/24512
---
 stem/descriptor/remote.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index 04cc6b2c..dbba6857 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -899,9 +899,9 @@ DIRECTORY_AUTHORITIES = {
 
 def get_authorities():
   """
-  Provides the Tor directory authority information as of **Tor on 11/21/14**.
-  The directory information hardcoded into Tor and occasionally changes, so the
-  information this provides might not necessarily match your version of tor.
+  Provides cached Tor directory authority information. The directory
+  information hardcoded into Tor and occasionally changes, so the information
+  this provides might not necessarily match your version of tor.
 
   :returns: **dict** of **str** nicknames to :class:`~stem.descriptor.remote.DirectoryAuthority` instances
   """



More information about the tor-commits mailing list