summaryrefslogtreecommitdiff
path: root/blinker/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'blinker/base.py')
-rw-r--r--blinker/base.py6
1 files 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):