diff options
author | Raymond Hettinger <python@rcn.com> | 2011-02-09 18:16:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-02-09 18:16:32 (GMT) |
commit | 186f4412881401f3963d686b5bd0da1fd9739d4a (patch) | |
tree | ec5035b499d360b6970c2ef2def834100a097593 /Doc/whatsnew | |
parent | 631507d1c6789df339b7e1115d992a9b60611121 (diff) | |
download | cpython-186f4412881401f3963d686b5bd0da1fd9739d4a.zip cpython-186f4412881401f3963d686b5bd0da1fd9739d4a.tar.gz cpython-186f4412881401f3963d686b5bd0da1fd9739d4a.tar.bz2 |
Typo.
Diffstat (limited to 'Doc/whatsnew')
-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 8577982..4a9a8ff 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 |