File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments