diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:25:23 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | f8667ee6fa2b637a726f6a3c6838b6bef4efcb86 (patch) | |
tree | 67e5f6991f54ac1df84793e9a922df94a842b1e1 /python/waitress | |
parent | f7118a1778b5c41b734c656af9fc315189cf5d43 (diff) |
python/waitress: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/waitress')
-rw-r--r-- | python/waitress/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/waitress/README b/python/waitress/README index a1295ae6cbde..411ac9156ce2 100644 --- a/python/waitress/README +++ b/python/waitress/README @@ -1,5 +1,5 @@ -Waitress is meant to be a production-quality pure-Python WSGI server with very -acceptable performance. It has no dependencies except ones which live in the -Python standard library. It runs on CPython on Unix and Windows under Python -2.6+ and Python 3.2+. It is also known to run on PyPy 1.6.0+ on UNIX. It -supports HTTP/1.0 and HTTP/1.1. +Waitress is meant to be a production-quality pure-Python WSGI server +with very acceptable performance. It has no dependencies except ones +which live in the Python standard library. It runs on CPython on Unix +and Windows under Python 2.6+ and Python 3.2+. It is also known to +run on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1. |