summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-13 18:51:47 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-13 18:51:47 (GMT)
commit6e22055ee1d2fa4c93abfafc0ab4029b4a808eb7 (patch)
treed63762099e0496dab07549e90fbc8f5f8c258bb8 /Misc
parent7ff4520584d18f44f230a92c20a8091297bc08a8 (diff)
downloadcpython-6e22055ee1d2fa4c93abfafc0ab4029b4a808eb7.zip
cpython-6e22055ee1d2fa4c93abfafc0ab4029b4a808eb7.tar.gz
cpython-6e22055ee1d2fa4c93abfafc0ab4029b4a808eb7.tar.bz2
pdb: modernize find_function() and add tests for it.
Closes #18714.
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 3ff145f..f185b17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,6 +114,8 @@ Tests
- Issue #18919: Unified and extended tests for audio modules: aifc, sunau and
wave.
+- Issue #18714: Added tests for ``pdb.find_function()``.
+
Documentation
-------------