From: Tim Peters Date: Mon, 5 Jun 2006 01:48:21 +0000 (+0000) Subject: Make doctest news more accurate. X-Git-Tag: v2.5b1~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6a9eeffc5b9f7763efd47467588d4209a378b00;p=python Make doctest news more accurate. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3c692f2536..fce7676cd3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -106,8 +106,8 @@ Extension Modules Library ------- -- The optional ``is_private`` argument to ``doctest.testmod()``, deprecated - in 2.4, was removed. +- The optional ``isprivate`` argument to ``doctest.testmod()``, and the + ``doctest.is_private()`` function, both deprecated in 2.4, were removed. - Patch #1359618: Speed up charmap encoder by using a trie structure for lookup.