]> granicus.if.org Git - python/commitdiff
Make doctest news more accurate.
authorTim Peters <tim.peters@gmail.com>
Mon, 5 Jun 2006 01:48:21 +0000 (01:48 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 5 Jun 2006 01:48:21 +0000 (01:48 +0000)
Misc/NEWS

index 3c692f2536cdc66de992bf3d5f7ffab8bf9127a4..fce7676cd3276f487b8e9b1ce607995b43226bb4 100644 (file)
--- 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.