From ec55db55aba80618fb250aace0d22f0aa56cef1f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 13 Aug 2010 03:55:49 +0000 Subject: - The new :meth"`repoze.bfg.configuration.Configurator.absolute_resource_spec` method resolves a potentially relative :term:`resource specification` string into an absolute version. --- docs/api/configuration.rst | 2 ++ docs/whatsnew-1.3.rst | 5 +++++ 2 files changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/api/configuration.rst b/docs/api/configuration.rst index ef0d7f631..36e4c5186 100644 --- a/docs/api/configuration.rst +++ b/docs/api/configuration.rst @@ -26,6 +26,8 @@ .. automethod:: maybe_dotted + .. automethod:: absolute_resource_spec + .. automethod:: setup_registry(settings=None, root_factory=None, authentication_policy=None, renderers=DEFAULT_RENDERERS, debug_logger=None, locale_negotiator=None, request_factory=None, renderer_globals_factory=None) .. automethod:: add_renderer(name, factory) diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index f72a76e19..8daefa1b0 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -289,6 +289,11 @@ Minor Feature Additions raised. If the value supplied as ``dotted`` is not a string, the value is returned unconditionally without any resolution attempted. +- The new + :meth"`repoze.bfg.configuration.Configurator.absolute_resource_spec` + method resolves a potentially relative :term:`resource + specification` string into an absolute version. + Backwards Incompatibilities --------------------------- -- cgit v1.2.3