Re: [Python-Dev] [Python-checkins] cpython (3.2): Fix typo.
On Fri, Jun 17, 2011 at 7:33 AM, raymond.hettinger <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/0fe3b81c7c89 changeset: 70822:0fe3b81c7c89 branch: 3.2 parent: 70819:8a9d25804c3d user: Raymond Hettinger <python@rcn.com> date: Thu Jun 16 22:32:10 2011 +0100 summary: Fix typo.
files: 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 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -385,7 +385,7 @@ =====================================================
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.
Ah, the cognitive scientist in me *loves* diffs like this one. Even *knowing* there's a typo on the line, it's still hard to spot :) Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (1)
-
Nick Coghlan