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. --- CHANGES.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 823bc7e38..283ae3db6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,13 +19,20 @@ Features references are allowed (the work to allow dotted names isntead of object references everywhere has not yet been done, however). -- The ``repoze.bfg.configuration.Configurator.maybe_dotted`` method - resolves a Python dotted name string supplied as its ``dotted`` - argument to a global Python object. If the value cannot be - resolved, a ``repoze.bfg.configuration.ConfigurationError`` is +- The new ``repoze.bfg.configuration.Configurator.maybe_dotted`` + method resolves a Python dotted name string supplied as its + ``dotted`` argument to a global Python object. If the value cannot + be resolved, a ``repoze.bfg.configuration.ConfigurationError`` is raised. If the value supplied as ``dotted`` is not a string, the value is returned unconditionally without any resolution attempted. +- The new + ``repoze.bfg.configuration.Configurator.absolute_resource_spec`` + method resolves a potentially relative "resource specification" + string into an absolute version. If the value supplied as + ``relative_spec`` is not a string, the value is returned + unconditionally without any resolution attempted. + Internal -------- -- cgit v1.2.3