Add todo for WSGI

This commit is contained in:
Raymond Hettinger 2010-12-16 10:06:11 +00:00
parent 930df31987
commit 202717db67
1 changed files with 1 additions and 1 deletions

View File

@ -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
===============