Commit ece98d6e authored by Victor Stinner's avatar Victor Stinner

Issue #10783: rephrase the changelog (NEWS, What's new)

parent e1c0c7c7
......@@ -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.
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment