diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-05 01:48:21 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-05 01:48:21 (GMT) |
commit | d6a9eeffc5b9f7763efd47467588d4209a378b00 (patch) | |
tree | 0f197b38a35ce5332ee269738279afc381203ac8 /Misc | |
parent | 7140de01cf71434c326fe303c6750c4f202f8e1b (diff) | |
download | cpython-d6a9eeffc5b9f7763efd47467588d4209a378b00.zip cpython-d6a9eeffc5b9f7763efd47467588d4209a378b00.tar.gz cpython-d6a9eeffc5b9f7763efd47467588d4209a378b00.tar.bz2 |
Make doctest news more accurate.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |