From 4b9b19751816cb3976263a12dfcc0caa5feb2bf4 Mon Sep 17 00:00:00 2001 From: Terry Reedy Date: Fri, 3 Dec 2010 22:50:06 +0000 Subject: Issue #10534: add NEWS entry for r86983 and r87000. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 6b012e3..a19025a 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. -- cgit v0.12