commit af527bdc1b87586c201ffd7fa288f40e29e33598 Author: Damian Johnson atagar@torproject.org Date: Fri Nov 23 17:01:52 2012 -0800
Dropped StreamPurpose.UPLOAD_DESC
Dropping UPLOAD_DESC, which was evidently never used... https://gitweb.torproject.org/torspec.git/commitdiff/36d7d05 --- stem/__init__.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/stem/__init__.py b/stem/__init__.py index 5dfc55f..3cf01b8 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -183,7 +183,6 @@ Library for working with the tor process. ================= =========== **DIR_FETCH** fetching directory information (descriptors, consensus, etc) **DIR_UPLOAD** uploading our descriptor to an authority - **UPLOAD_DESC** obsolete **DNS_REQUEST** user initiated DNS request **DIRPORT_TEST** checking that our directory port is reachable externally **USER** either relaying user traffic or not one of the above categories @@ -426,7 +425,6 @@ StreamSource = stem.util.enum.UppercaseEnum( StreamPurpose = stem.util.enum.UppercaseEnum( "DIR_FETCH", "DIR_UPLOAD", - "UPLOAD_DESC", "DNS_REQUEST", "DIRPORT_TEST", "USER",
tor-commits@lists.torproject.org