summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.3.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-09 00:12:26 -0500
committerChris McDonough <chrism@plope.com>2012-02-09 00:12:26 -0500
commite4b8fa632c5d2b020e168f4efe3d7c00049a279f (patch)
treeeb7daee9633f99dc46004c5351dc5a1f07534826 /docs/whatsnew-1.3.rst
parente3f9d0e6ea3c98699de7b60bc3900b1a40fcba19 (diff)
downloadpyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.tar.gz
pyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.tar.bz2
pyramid-e4b8fa632c5d2b020e168f4efe3d7c00049a279f.zip
Features
-------- - The ``scan`` method of a ``Configurator`` can be passed an ``ignore`` argument, which can be a string, a callable, or a list consisting of strings and/or callables. This feature allows submodules, subpackages, and global objects from being scanned. See http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for more information about how to use the ``ignore`` argument to ``scan``. Dependencies ------------ - Depend on ``venusian`` >= 1.0a3 to provide scan ``ignore`` support.
Diffstat (limited to 'docs/whatsnew-1.3.rst')
-rw-r--r--docs/whatsnew-1.3.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst
index 231421262..b6cfde039 100644
--- a/docs/whatsnew-1.3.rst
+++ b/docs/whatsnew-1.3.rst
@@ -252,6 +252,13 @@ Minor Feature Additions
http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling)
when one is provided by the web server.
+- The :meth:`pyramid.config.Configurator.scan` method can be passed an
+ ``ignore`` argument, which can be a string, a callable, or a list
+ consisting of strings and/or callables. This feature allows submodules,
+ subpackages, and global objects from being scanned. See
+ http://readthedocs.org/docs/venusian/en/latest/#ignore-scan-argument for
+ more information about how to use the ``ignore`` argument to ``scan``.
+
Backwards Incompatibilities
---------------------------