diff options
author | Georg Brandl <georg@python.org> | 2013-10-13 18:51:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-13 18:51:47 (GMT) |
commit | 6e22055ee1d2fa4c93abfafc0ab4029b4a808eb7 (patch) | |
tree | d63762099e0496dab07549e90fbc8f5f8c258bb8 /Misc | |
parent | 7ff4520584d18f44f230a92c20a8091297bc08a8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------------- |