Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ece98d6

Browse files
author
Victor Stinner
committed
Issue #10783: rephrase the changelog (NEWS, What's new)
1 parent e1c0c7c commit ece98d6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,6 +1706,6 @@ require changes to your code:
17061706
(Contributed by Georg Brandl and Mattias Brändström;
17071707
`appspot issue 53094 <http://codereview.appspot.com/53094>`_.)
17081708

1709-
* :func:`struct.pack` doesn't encode implicitly unicode to UTF-8 anymore: use
1709+
* :func:`struct.pack` no longer encodes implicitly unicode to UTF-8: use
17101710
explicit conversion instead and replace unicode literals by bytes literals.
17111711

Misc/NEWS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Library
2929
The function now raises OSError on Windows >=6.0 when the user is unable
3030
to create symbolic links. XP and 2003 still raise NotImplementedError.
3131

32-
- Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
33-
anymore.
32+
- Issue #10783: struct.pack() no longer encodes implicitly unicode to UTF-8.
3433

3534
- Issue #10730: Add SVG mime types to mimetypes module.
3635

0 commit comments

Comments
 (0)