From 14fa2e2709eb76f0bb6cc5ead0b24d226c47eecc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Oct 2009 20:19:55 +0000 Subject: Note. --- repoze/bfg/testing.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'repoze') diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 0be463f73..c77504fb5 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -254,6 +254,8 @@ def registerSettings(dictarg=None, **kw): Use of this function is required when you need to test code that calls the ``repoze.bfg.settings.get_settings()`` API and uses return values from it. + + .. note:: This API is new as of :mod:`repoze.bfg` 1.1. """ from repoze.bfg.interfaces import ISettings from zope.component import queryUtility -- cgit v1.2.3