From: Raymond Hettinger Date: Thu, 16 Dec 2010 10:06:11 +0000 (+0000) Subject: Add todo for WSGI X-Git-Tag: v3.2b2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=202717db670271278b0c79669e3a5cbdc67aec75;p=python Add todo for WSGI --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index cc5ea4989c..00198595af 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1278,7 +1278,7 @@ The :mod:`pdb` debugger module gained a number of usability improvements: - bytes input support - non-UTF8 percent encoding of non-ASCII characters Issue 2987 for IPv6 (RFC2732) support in urlparse - +.. XXX: Any updates to the WSGI bytes versus text problem? Multi-threading ===============