summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-06-05 01:43:03 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-06-05 01:43:03 (GMT)
commitbf0400abe91ff2bbe3061d596441f082ee4f10eb (patch)
tree0c3496fd86ce067a270d6da1dd519a9e5252d3d3 /Misc
parent76a82e89ab981295f973848419b9df0f11e0b5fa (diff)
downloadcpython-bf0400abe91ff2bbe3061d596441f082ee4f10eb.zip
cpython-bf0400abe91ff2bbe3061d596441f082ee4f10eb.tar.gz
cpython-bf0400abe91ff2bbe3061d596441f082ee4f10eb.tar.bz2
Remove doctest.testmod's deprecated (in 2.4) `isprivate`
argument. A lot of hair went into supporting that!
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5a225f..3c692f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,9 @@ Extension Modules
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.