summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-08-13 03:55:49 +0000
committerChris McDonough <chrism@agendaless.com>2010-08-13 03:55:49 +0000
commitec55db55aba80618fb250aace0d22f0aa56cef1f (patch)
tree84f98cfbfb0c46df4261fb670d8afa2f2fd2df3d /CHANGES.txt
parent59ee5fc5d9c27b46fc4514626aa87a221df78630 (diff)
downloadpyramid-ec55db55aba80618fb250aace0d22f0aa56cef1f.tar.gz
pyramid-ec55db55aba80618fb250aace0d22f0aa56cef1f.tar.bz2
pyramid-ec55db55aba80618fb250aace0d22f0aa56cef1f.zip
- The new
:meth"`repoze.bfg.configuration.Configurator.absolute_resource_spec` method resolves a potentially relative :term:`resource specification` string into an absolute version.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt15
1 files changed, 11 insertions, 4 deletions
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
--------