[tor-commits] [stem/master] Citing version 1.1.0 event changes
atagar at torproject.org
atagar at torproject.org
Mon Nov 4 07:29:15 UTC 2013
commit 118f1bb1fde1dc2740cfea1fb6871e024e036711
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Nov 3 09:52:59 2013 -0800
Citing version 1.1.0 event changes
Oops, just looked for changed function signatures (def statements). Noting a
couple event changes that were made in release 1.1.0.
---
stem/response/events.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/stem/response/events.py b/stem/response/events.py
index d01d6db..742bc3d 100644
--- a/stem/response/events.py
+++ b/stem/response/events.py
@@ -158,6 +158,9 @@ class AddrMapEvent(Event):
The ADDRMAP event was one of the first Control Protocol V1 events and was
introduced in tor version 0.1.1.1-alpha.
+ .. versionchanged:: 1.1.0
+ Added the cached attribute.
+
:var str hostname: address being resolved
:var str destination: destionation of the resolution, this is usually an ip,
but could be a hostname if TrackHostExits is enabled or **NONE** if the
@@ -898,6 +901,8 @@ class TransportLaunchedEvent(Event):
The TRANSPORT_LAUNCHED event was introduced in tor version 0.2.5.0-alpha.
+ .. versionadded:: 1.1.0
+
:var str type: 'server' or 'client'
:var str name: name of the pluggable transport
:var str address: IPv4 or IPv6 address where the transport is listening for
More information about the tor-commits
mailing list