diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-08-23 03:15:18 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-08-23 03:15:18 +0000 |
| commit | ba4a1f42842de5abf15d8cb3a62449f3c6c3243e (patch) | |
| tree | 98141702383fbfc07468795bb7473a99c15c5bc6 | |
| parent | 3de42feeb8843bf5459fbb70bb231766da74e582 (diff) | |
| download | pyramid-ba4a1f42842de5abf15d8cb3a62449f3c6c3243e.tar.gz pyramid-ba4a1f42842de5abf15d8cb3a62449f3c6c3243e.tar.bz2 pyramid-ba4a1f42842de5abf15d8cb3a62449f3c6c3243e.zip | |
docs renderings
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | docs/whatsnew-1.3.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3e57e0c62..bbaa4ad03 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -54,7 +54,7 @@ Backwards Incompatibilities Internal -------- -- The ``repoze.bfg.res08rce.resolve_resource_spec`` function can now +- The ``repoze.bfg.resource.resolve_resource_spec`` function can now accept a package object as its ``pname`` argument instead of just a package name. diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index 8daefa1b0..71bf3d3b6 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -290,7 +290,7 @@ Minor Feature Additions value is returned unconditionally without any resolution attempted. - The new - :meth"`repoze.bfg.configuration.Configurator.absolute_resource_spec` + :meth:`repoze.bfg.configuration.Configurator.absolute_resource_spec` method resolves a potentially relative :term:`resource specification` string into an absolute version. |
