From ece98d6e086e3a901c948d49fad4f92f0de17523 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 28 Dec 2010 23:35:10 +0000 Subject: Issue #10783: rephrase the changelog (NEWS, What's new) --- Doc/whatsnew/3.2.rst | 2 +- Misc/NEWS | 3 +-- 2 files changed, 2 insertions(+), 3 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 `_.) -* :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. diff --git a/Misc/NEWS b/Misc/NEWS index 5f0ed82..8fb881e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,8 +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() doesn't encode implicitly unicode to UTF-8 - anymore. +- Issue #10783: struct.pack() no longer encodes implicitly unicode to UTF-8. - Issue #10730: Add SVG mime types to mimetypes module. -- cgit v0.12