From 8de06ca921e3d45c45877f5d6800779d3be75a84 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 9 Jul 2008 22:01:38 +0200 Subject: added some module docstrings --- wsgitools/adapters.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'wsgitools/adapters.py') diff --git a/wsgitools/adapters.py b/wsgitools/adapters.py index 48a8250..86a1412 100644 --- a/wsgitools/adapters.py +++ b/wsgitools/adapters.py @@ -1,3 +1,10 @@ +""" +There are attempts to create a new version of the WSGI standard. These +classes try to adapt the current standard to something that eventually +works out to be the next version of WSGI. For more information see +U{http://www.wsgi.org/wsgi/WSGI_2.0}. +""" + __all__ = [] from wsgitools.filters import CloseableIterator, CloseableList -- cgit v1.2.3