From 1d4b226d5042622363ec63418523e3c7365c6fc8 Mon Sep 17 00:00:00 2001 From: jason kirtland Date: Thu, 4 Jul 2013 15:20:47 +0200 Subject: Doc updates --- blinker/base.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/blinker/base.py b/blinker/base.py index d8fe9f7..8fa0390 100644 --- a/blinker/base.py +++ b/blinker/base.py @@ -229,8 +229,8 @@ class Signal(object): .. versionadded:: 0.9 .. versionchanged:: 1.1 - Renamed to :meth:`connected_to`. ``temporarily_connected_to`` - was deprecated in 1.2 and removed in a subsequent version. + Renamed to :meth:`connected_to`. ``temporarily_connected_to`` was + deprecated in 1.2 and will be removed in a subsequent version. """ warn("temporarily_connected_to is deprecated; " @@ -409,6 +409,8 @@ class WeakNamespace(WeakValueDictionary): of scope. This namespace implementation exists for a measure of legacy compatibility with Blinker <= 1.2, and may be dropped in the future. + .. versionadded:: 1.3 + """ def signal(self, name, doc=None): -- cgit v1.2.1