From: Antoine Pitrou Date: Sun, 12 Feb 2012 01:12:47 +0000 (+0100) Subject: What's new typo X-Git-Tag: v3.3.0a1~202^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f863433fd570cf22d765c051433d24fd523a031;p=python What's new typo --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 8d3f20f257..dd2968131b 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -351,7 +351,7 @@ new features have been added: codecs ------ -The :mod:`~encodings.mbcs` codec has be rewritten to handle correctly +The :mod:`~encodings.mbcs` codec has been rewritten to handle correctly ``replace`` and ``ignore`` error handlers on all Windows versions. The :mod:`~encodings.mbcs` codec now supports all error handlers, instead of only ``replace`` to encode and ``ignore`` to decode.