]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #10783: rephrase the changelog (new try)
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Dec 2010 02:44:42 +0000 (02:44 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Dec 2010 02:44:42 +0000 (02:44 +0000)
Doc/whatsnew/3.2.rst
Misc/NEWS

index e0c48a9fd8df2c21cdc9679bcd5fc2ee5aab67eb..51ebcd234b73b5960fbcc334355b6b8852c81ed0 100644 (file)
@@ -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` no longer encodes implicitly unicode to UTF-8: use
+* :func:`struct.pack` no longer implicitly encodes unicode to UTF-8: use
   explicit conversion instead and replace unicode literals by bytes literals.
 
index 8fb881ec6b7042d1992c948366022447a8699bee..530fcc79e27ec17e8d31ebc6aaf71ab6b7b901c8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,7 @@ Library
   The function now raises OSError on Windows >=6.0 when the user is unable
   to create symbolic links. XP and 2003 still raise NotImplementedError.
 
-- Issue #10783: struct.pack() no longer encodes implicitly unicode to UTF-8.
+- Issue #10783: struct.pack() no longer implicitly encodes unicode to UTF-8.
 
 - Issue #10730: Add SVG mime types to mimetypes module.