diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-16 23:51:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-16 23:51:37 (GMT) |
commit | 12aebabd99b2419eaea336b27701107a92fce19d (patch) | |
tree | be25cbd1fdb37199c5cbc98f8cc00fcaa227ee3a /Doc/whatsnew/3.2.rst | |
parent | 364cbb8ca4b9d7c564bf09e0d14dd9f0f77778d6 (diff) | |
parent | b4cfa3ad6391d570d068a142052d6bc0f2602890 (diff) | |
download | cpython-12aebabd99b2419eaea336b27701107a92fce19d.zip cpython-12aebabd99b2419eaea336b27701107a92fce19d.tar.gz cpython-12aebabd99b2419eaea336b27701107a92fce19d.tar.bz2 |
merge 3.2
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 358e5be..a20bda6 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -385,7 +385,7 @@ PEP 3333: Python Web Server Gateway Interface v1.0.1 ===================================================== This informational PEP clarifies how bytes/text issues are to be handled by the -WGSI protocol. The challenge is that string handling in Python 3 is most +WSGI protocol. The challenge is that string handling in Python 3 is most conveniently handled with the :class:`str` type even though the HTTP protocol is itself bytes oriented. |