summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
blob: 92aaf31dec37dec4fc005c8acaf453efa5cb65df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _glossary:

Glossary
========

.. glossary::
   :sorted:

   PasteDeploy
      A system for configuration of WSGI web components in declarative
      ``.ini`` format.  See http://pythonpaste.org/deploy/.

   asyncore
      A standard library module for asynchronous communications.  See
      http://docs.python.org/library/asyncore.html .