projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be66af4
)
Fix typo in whatsnew/3.3.
author
Nadeem Vawda
<nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 22:30:54 +0000
(
00:30
+0200)
committer
Nadeem Vawda
<nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 22:30:54 +0000
(
00:30
+0200)
Doc/whatsnew/3.3.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.3.rst
b/Doc/whatsnew/3.3.rst
index 8739584a97f26d767e82b878705db06c0e9b4b2f..fcc56a59c033113f654328cb4761f8f8f815695e 100644
(file)
--- a/
Doc/whatsnew/3.3.rst
+++ b/
Doc/whatsnew/3.3.rst
@@
-329,7
+329,7
@@
The :mod:`array` module supports the :c:type:`long long` type using ``q`` and
codecs
------
-The :mod:`~encodings.mbcs` codec has be rewritten to handle correc
lt
y
+The :mod:`~encodings.mbcs` codec has be rewritten to handle correc
tl
y
``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.