From: Terry Reedy Date: Fri, 3 Dec 2010 22:50:06 +0000 (+0000) Subject: Issue #10534: add NEWS entry for r86983 and r87000. X-Git-Tag: v3.2b1~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b9b19751816cb3976263a12dfcc0caa5feb2bf4;p=python Issue #10534: add NEWS entry for r86983 and r87000. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6b012e3004..a19025a724 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -130,6 +130,9 @@ 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 #9846: zipfile is now correctly closing underlying file objects. - Issue #10459: Update CJK character names to Unicode 6.0.