Commit b4cfa3ad authored by Benjamin Peterson's avatar Benjamin Peterson

merge heads

parents a08eb73b a63d45c8
...@@ -385,7 +385,7 @@ PEP 3333: Python Web Server Gateway Interface v1.0.1 ...@@ -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 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 conveniently handled with the :class:`str` type even though the HTTP protocol
is itself bytes oriented. is itself bytes oriented.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment