diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-12-29 02:44:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-12-29 02:44:42 (GMT) |
commit | de3aa7fc622800dc730f2844399f7cd567397ea5 (patch) | |
tree | 149dcdd6b08f9433d6bdd7b42e33db75be26d05f /Misc | |
parent | 7ef28e8bd7a2557ea9194c5abb5e6007ef559d9d (diff) | |
download | cpython-de3aa7fc622800dc730f2844399f7cd567397ea5.zip cpython-de3aa7fc622800dc730f2844399f7cd567397ea5.tar.gz cpython-de3aa7fc622800dc730f2844399f7cd567397ea5.tar.bz2 |
Issue #10783: rephrase the changelog (new try)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |