]> granicus.if.org Git - python/commit
pdb: modernize find_function() and add tests for it.
authorGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 18:51:47 +0000 (20:51 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 13 Oct 2013 18:51:47 +0000 (20:51 +0200)
commit6e22055ee1d2fa4c93abfafc0ab4029b4a808eb7
treed63762099e0496dab07549e90fbc8f5f8c258bb8
parent7ff4520584d18f44f230a92c20a8091297bc08a8
pdb: modernize find_function() and add tests for it.

Closes #18714.
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS