summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f0ed82..8fb881e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.