[Python-checkins] r87528 - python/branches/py3k/Misc/NEWS

georg.brandl python-checkins at python.org
Tue Dec 28 12:02:12 CET 2010


Author: georg.brandl
Date: Tue Dec 28 12:02:12 2010
New Revision: 87528

Log:
Add news entry and clarify another.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Dec 28 12:02:12 2010
@@ -18,6 +18,8 @@
 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 @@
   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.
 


More information about the Python-checkins mailing list