summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-18 01:58:56 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-18 01:58:56 (GMT)
commit0bb7950829839cf321c15638851550f0d79a6df7 (patch)
tree98c3bc2568ffdb8811477ebfc4d22e9c757ee25a /Misc
parentba17cfc66c3ea90613a934704766147c7b8284a0 (diff)
downloadcpython-0bb7950829839cf321c15638851550f0d79a6df7.zip
cpython-0bb7950829839cf321c15638851550f0d79a6df7.tar.gz
cpython-0bb7950829839cf321c15638851550f0d79a6df7.tar.bz2
Move test_extcall to doctest.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4fb4a82..03597a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,8 @@ Library
Tests
-----
+- GHOP 234: Convert test_extcall to doctest.
+
- GHOP 290: Convert test_dbm and test_dummy_threading to unittest.
- GHOP 293: Convert test_strftime, test_getargs, and test_pep247 to unittest.