summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/api/configuration.rst2
-rw-r--r--docs/whatsnew-1.3.rst5
2 files changed, 7 insertions, 0 deletions
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
---------------------------