summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-12-28 23:35:10 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-12-28 23:35:10 (GMT)
commitece98d6e086e3a901c948d49fad4f92f0de17523 (patch)
tree505f5cbb91f879dd2a658c6b5a5425745ea42c30 /Doc
parente1c0c7c7b2d43b34e549492b44e84d5f25bd0144 (diff)
downloadcpython-ece98d6e086e3a901c948d49fad4f92f0de17523.zip
cpython-ece98d6e086e3a901c948d49fad4f92f0de17523.tar.gz
cpython-ece98d6e086e3a901c948d49fad4f92f0de17523.tar.bz2
Issue #10783: rephrase the changelog (NEWS, What's new)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 51e1d86..e0c48a9 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1706,6 +1706,6 @@ require changes to your code:
(Contributed by Georg Brandl and Mattias Brändström;
`appspot issue 53094 <http://codereview.appspot.com/53094>`_.)
-* :func:`struct.pack` doesn't encode implicitly unicode to UTF-8 anymore: use
+* :func:`struct.pack` no longer encodes implicitly unicode to UTF-8: use
explicit conversion instead and replace unicode literals by bytes literals.