mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #10783: rephrase the changelog (new try)
This commit is contained in:
parent
7ef28e8bd7
commit
de3aa7fc62
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue