From 638ad129c80d25d11ced9ee9810a490f9af352e4 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 29 Jun 2013 05:20:43 +0200 Subject: [PATCH] fix doc abput python 3 support --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 4814e500..3ec82912 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ Features * Simple Python configuration * Multiple worker configurations * Various server hooks for extensibility -* Compatible with Python 2.x >= 2.6 +* Compatible with Python 2.x >= 2.6 and 3.x >= 3.1 .. note::