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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=202717db670271278b0c79669e3a5cbdc67aec75;p=thirdparty%2FPython%2Fcpython.git Add todo for WSGI --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index cc5ea4989ce6..00198595afc2 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 ===============