summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-12-16 10:06:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-12-16 10:06:11 (GMT)
commit202717db670271278b0c79669e3a5cbdc67aec75 (patch)
tree82646670a4a8e8e5901e31fe63be577683863a2f
parent930df3198746c0f718c7315c9ce331a306375867 (diff)
downloadcpython-202717db670271278b0c79669e3a5cbdc67aec75.zip
cpython-202717db670271278b0c79669e3a5cbdc67aec75.tar.gz
cpython-202717db670271278b0c79669e3a5cbdc67aec75.tar.bz2
Add todo for WSGI
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ 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
===============