From 78fe62ae55a25ada43b9eaaf454d9e7044981a2d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 19 Jan 2011 01:43:52 -0500 Subject: handlers are no longer a part of the package --- docs/glossary.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 600092f87..3c6f5cb1a 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -859,3 +859,9 @@ Glossary ZCML declaration The concrete use of a :term:`ZCML directive` within a ZCML file. + pyramid_handlers + An add-on package which allows :app:`Pyramid` users to create classes + that are analogues of Pylons 1 "controllers". See + `http://docs.pylonsproject.org/projects/pyramid_handlers/dev/ + `_. + -- cgit v1.2.3