
commit f96d5f64a94ecfa9d05b80e2b3a6c7c3ba78bcea Author: Damian Johnson <atagar@torproject.org> Date: Fri Feb 8 08:32:44 2013 -0800 Noting '(Tor_internal)' addresses in the pydocs Noting that StreamEvents can have '(Tor_internal)' as a target address. Spec change: https://gitweb.torproject.org/torspec.git/commitdiff/3ad9d19e03bd816e1e0f0b9... --- stem/response/events.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stem/response/events.py b/stem/response/events.py index 486e448..24692d6 100644 --- a/stem/response/events.py +++ b/stem/response/events.py @@ -754,7 +754,7 @@ class StreamEvent(Event): :var stem.StreamStatus status: reported status for the stream :var str circ_id: circuit that the stream is attached to :var str target: destination of the stream - :var str target_address: destination address (ip or hostname) + :var str target_address: destination address (ip, hostname, or '(Tor_internal)') :var int target_port: destination port :var stem.StreamClosureReason reason: reason for the stream to be closed :var stem.StreamClosureReason remote_reason: remote side's reason for the stream to be closed