summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-08 04:26:15 -0500
committerChris McDonough <chrism@plope.com>2011-12-08 04:26:15 -0500
commit56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d (patch)
tree3459444e6c27303505695f24d014a32b33036587 /docs/whatsnew-1.3.rst
parent101e0964d2c51404cdd71a28fad45921858e7191 (diff)
downloadpyramid-56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d.tar.gz
pyramid-56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d.tar.bz2
pyramid-56df902d0a5bcd29a2b4c3dfafab9a09d6f0c29d.zip
- New APIs: ``pyramid.path.AssetResolver`` and
``pyramid.path.DottedNameResolver``. The former can be used to resolve asset specifications, the latter can be used to resolve dotted names to modules or packages.
Diffstat (limited to 'docs/whatsnew-1.3.rst')
-rw-r--r--docs/whatsnew-1.3.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index 44c55e208..9bb10d1d0 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -43,6 +43,12 @@ New APIs were added to support introspection
Minor Feature Additions
-----------------------
+- New APIs: :class:`pyramid.path.AssetResolver` and
+ :class:`pyramid.path.DottedNameResolver`. The former can be used to
+ resolve an :term:`asset specification` to an API that can be used to read
+ the asset's data, the latter can be used to resolve a :term:`dotted Python
+ name` to a module or a package.
+
- A ``mako.directories`` setting is no longer required to use Mako templates
Rationale: Mako template renderers can be specified using an absolute asset
spec. An entire application can be written with such asset specs,