[issue18714] Add tests for pdb.find_function

2013-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 86af5991c809 by Georg Brandl in branch 'default': #18714: add attribution. http://hg.python.org/cpython/rev/86af5991c809 -- ___ Python tracker

[issue18714] Add tests for pdb.find_function

2013-10-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9c65877b3e34 by Georg Brandl in branch 'default': pdb: modernize find_function() and add tests for it. http://hg.python.org/cpython/rev/9c65877b3e34 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> clo

[issue18714] Add tests for pdb.find_function

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch! -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue18714] Add tests for pdb.find_function

2013-08-12 Thread Kevin Jing Qiu
Changes by Kevin Jing Qiu : -- keywords: +patch Added file: http://bugs.python.org/file31251/mywork.patch ___ Python tracker ___ ___ P

[issue18714] Add tests for pdb.find_function

2013-08-12 Thread Kevin Jing Qiu
New submission from Kevin Jing Qiu: PyConCA 2013 sprint task -- components: Tests messages: 194986 nosy: Kevin.Jing.Qiu priority: normal severity: normal status: open title: Add tests for pdb.find_function type: enhancement versions: Python 3.5 ___ Py