summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-01-02 17:18:12 -0800
committerSteve Piercy <web@stevepiercy.com>2017-01-02 17:18:12 -0800
commita36d33bf7872575fb79cdc0e5959a62b30df5742 (patch)
tree540a76c0cbdebf8b25dfcdb570d8e0c50a243e56 /docs/glossary.rst
parentb867c82ee8f502ed239a3efa3d5c03685b58c569 (diff)
downloadpyramid-a36d33bf7872575fb79cdc0e5959a62b30df5742.tar.gz
pyramid-a36d33bf7872575fb79cdc0e5959a62b30df5742.tar.bz2
pyramid-a36d33bf7872575fb79cdc0e5959a62b30df5742.zip
Waitress dropped 2.6 and 3.2 support
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index cd63c5c67..b4673f73e 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -1062,8 +1062,8 @@ Glossary
:class:`pyramid.interfaces.IAssetDescriptor`.
Waitress
- A :term:`WSGI` server that runs on UNIX and Windows under Python 2.6+
- and Python 3.2+. Projects generated via Pyramid cookiecutters use
+ A :term:`WSGI` server that runs on UNIX and Windows under Python 2.7+
+ and Python 3.3+. Projects generated via Pyramid cookiecutters use
Waitress as a WGSI server. See
http://docs.pylonsproject.org/projects/waitress/en/latest/ for detailed
information.