commit | 202717db670271278b0c79669e3a5cbdc67aec75 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Dec 16 10:06:11 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Dec 16 10:06:11 2010 +0000 |
tree | 82646670a4a8e8e5901e31fe63be577683863a2f | |
parent | 930df3198746c0f718c7315c9ce331a306375867 [diff] |
Add todo for WSGI
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index cc5ea49..0019859 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst
@@ -1278,7 +1278,7 @@ - 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 ===============