commit | bf0400abe91ff2bbe3061d596441f082ee4f10eb | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Jun 05 01:43:03 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Jun 05 01:43:03 2006 +0000 |
tree | 0c3496fd86ce067a270d6da1dd519a9e5252d3d3 | |
parent | 76a82e89ab981295f973848419b9df0f11e0b5fa [diff] [blame] |
Remove doctest.testmod's deprecated (in 2.4) `isprivate` argument. A lot of hair went into supporting that!
diff --git a/Misc/NEWS b/Misc/NEWS index f5a225f..3c692f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -106,6 +106,9 @@ Library ------- +- The optional ``is_private`` argument to ``doctest.testmod()``, deprecated + in 2.4, was removed. + - Patch #1359618: Speed up charmap encoder by using a trie structure for lookup.