diff options
| author | Michael Merickel <michael@merickel.org> | 2011-07-16 15:19:44 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2011-07-16 18:29:13 -0500 |
| commit | 8ac4c95d9f8bb32891c21b483474e402ff1c27fe (patch) | |
| tree | 6b60807b98e41f15c2505d56577a56258b1c4697 /docs/api | |
| parent | 01c4f3e8253b708df2266e6847ffc649603eec02 (diff) | |
| download | pyramid-8ac4c95d9f8bb32891c21b483474e402ff1c27fe.tar.gz pyramid-8ac4c95d9f8bb32891c21b483474e402ff1c27fe.tar.bz2 pyramid-8ac4c95d9f8bb32891c21b483474e402ff1c27fe.zip | |
Reworked pyramid.scripting. Modified docs and made make_request private.
Renamed make_request to _make_request to make clear that it's not a
private API.
p.scripting.prepare now raises an exception if no valid pyramid app can
be found to avoid obscure errors later on.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/scripting.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/api/scripting.rst b/docs/api/scripting.rst index 79136a98b..51bd3c7a0 100644 --- a/docs/api/scripting.rst +++ b/docs/api/scripting.rst @@ -9,5 +9,3 @@ .. autofunction:: prepare - .. autofunction:: make_request - |
