summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2013-07-04 15:20:47 +0200
committerjason kirtland <jek@discorporate.us>2013-07-04 15:20:47 +0200
commit1d4b226d5042622363ec63418523e3c7365c6fc8 (patch)
treef3c0a6c91e7d780ca086086f99b1328f811d63e7
parent581fc1c75940883fc42a328db267053b2ac96981 (diff)
downloadblinker-1d4b226d5042622363ec63418523e3c7365c6fc8.tar.gz
Doc updates
-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):