summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-02-25 17:23:50 -0600
committerMichael Merickel <michael@merickel.org>2017-02-25 17:47:59 -0600
commit0bee841b9e9537a912b14017601de63e7efeabf1 (patch)
tree4501c046c1d1233fb7f9e13e75568d4de4c9674a /docs/glossary.rst
parentd3cb4b5796f341da609fe3397e31be67c68b32c1 (diff)
downloadpyramid-0bee841b9e9537a912b14017601de63e7efeabf1.tar.gz
pyramid-0bee841b9e9537a912b14017601de63e7efeabf1.tar.bz2
pyramid-0bee841b9e9537a912b14017601de63e7efeabf1.zip
add an IExecutionPolicy that can wrap the router
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 0f299c169..3a55a9f8a 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -1154,3 +1154,7 @@ Glossary
coverage
A measurement of code coverage, usually expressed as a percentage of which lines of code have been executed over which lines are executable, typically run during test execution.
+ execution policy
+ A policy which wraps the :term:`router` by creating the request object
+ and sending it through the request pipeline.
+ See :class:`pyramid.config.Configurator.set_execution_policy`.