From 186f4412881401f3963d686b5bd0da1fd9739d4a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 9 Feb 2011 18:16:32 +0000 Subject: [PATCH] Typo. --- Doc/whatsnew/3.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 857798286b..4a9a8ff841 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -648,7 +648,7 @@ quality improvements. The biggest news for Python 3.2 is that the :mod:`email` package, :mod:`mailbox` module, and :mod:`nntplib` modules now work correctly with the bytes/text model -in Python 3. For the first time, there is correct handling of message with +in Python 3. For the first time, there is correct handling of messages with mixed encodings. Throughout the standard library, there has been more careful attention to -- 2.50.1