summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-28 11:02:12 +0000
committerGeorg Brandl <georg@python.org>2010-12-28 11:02:12 +0000
commit68eb464bc7d8d04f9e017085648e4e6f6d690d41 (patch)
tree615000a00575bf97e00ed93aeef8de4485d97553
parent780d5e08c45f7f1cf20bde38e0c98dc9e576eeb8 (diff)
downloadcpython-git-68eb464bc7d8d04f9e017085648e4e6f6d690d41.tar.gz
Add news entry and clarify another.
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 38709afeee..9a527e356b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@ Core and Builtins
Library
-------
+- Issue #10730: Add SVG mime types to mimetypes module.
+
- Issue #10768: Make the Tkinter ScrolledText widget work again.
- Issue #10777: Fix "dictionary changed size during iteration" bug in
@@ -341,8 +343,8 @@ Library
be set to False to turn off the previously undocumented 'popularity'
heuristic. Patch by Terry Reedy and Eli Bendersky.
-- Issue #10534: expose bjunk and bpopular sets; deprecate undocumented and now
- redundant isbjunk and isbpopular methods.
+- Issue #10534: in difflib, expose bjunk and bpopular sets; deprecate
+ undocumented and now redundant isbjunk and isbpopular methods.
- Issue #9846: zipfile is now correctly closing underlying file objects.